mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
unused
This commit is contained in:
parent
6be3df2a43
commit
2e914af758
|
@ -330,12 +330,6 @@ extern Imaging ImagingChopXor(Imaging imIn1, Imaging imIn2);
|
||||||
extern void ImagingCrack(Imaging im, int x0, int y0);
|
extern void ImagingCrack(Imaging im, int x0, int y0);
|
||||||
|
|
||||||
/* Graphics */
|
/* Graphics */
|
||||||
struct ImagingAffineMatrixInstance {
|
|
||||||
float a[9];
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef struct ImagingAffineMatrixInstance *ImagingAffineMatrix;
|
|
||||||
|
|
||||||
extern int ImagingDrawArc(Imaging im, int x0, int y0, int x1, int y1,
|
extern int ImagingDrawArc(Imaging im, int x0, int y0, int x1, int y1,
|
||||||
float start, float end, const void* ink, int op);
|
float start, float end, const void* ink, int op);
|
||||||
extern int ImagingDrawBitmap(Imaging im, int x0, int y0, Imaging bitmap,
|
extern int ImagingDrawBitmap(Imaging im, int x0, int y0, Imaging bitmap,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user