Lines Matching refs:gdImagePtr

166 static void gdImageBrushApply(gdImagePtr im, int x, int y);
167 static void gdImageTileApply(gdImagePtr im, int x, int y);
169 int gdImageGetTrueColorPixel(gdImagePtr im, int x, int y);
171 gdImagePtr gdImageCreate (int sx, int sy) in gdImageCreate()
174 gdImagePtr im; in gdImageCreate()
225 gdImagePtr gdImageCreateTrueColor (int sx, int sy) in gdImageCreateTrueColor()
228 gdImagePtr im; in gdImageCreateTrueColor()
277 void gdImageDestroy (gdImagePtr im) in gdImageDestroy()
301 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
306 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
472 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB()
497 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
502 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
519 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate()
524 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha()
564 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
569 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
627 void gdImageColorDeallocate (gdImagePtr im, int color) in gdImageColorDeallocate()
636 void gdImageColorTransparent (gdImagePtr im, int color) in gdImageColorTransparent()
654 void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) in gdImagePaletteCopy()
763 void gdImageSetPixel (gdImagePtr im, int x, int y, int color) in gdImageSetPixel()
828 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y) in gdImageGetTrueColorPixel()
839 static void gdImageBrushApply (gdImagePtr im, int x, int y) in gdImageBrushApply()
915 static void gdImageTileApply (gdImagePtr im, int x, int y) in gdImageTileApply()
917 gdImagePtr tile = im->tile; in gdImageTileApply()
952 static int gdImageTileGet (gdImagePtr im, int x, int y) in gdImageTileGet()
983 int gdImageGetPixel (gdImagePtr im, int x, int y) in gdImageGetPixel()
996 void gdImageAABlend (gdImagePtr im) in gdImageAABlend()
1001 static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color);
1003 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine()
1022 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine()
1042 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1217 inline static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int color, int t) in gdImageSetAAPixelColor()
1238 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
1320 static void dashedSet (gdImagePtr im, int x, int y, int color, int *onP, int *dashStepP, int wid, i…
1322 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
1435 static void dashedSet (gdImagePtr im, int x, int y, int color, int *onP, int *dashStepP, int wid, i… in dashedSet()
1463 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1491 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1519 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1530 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1543 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1554 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
1591 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1596 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
1717 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse()
1756 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse()
1804 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder()
1914 static void _gdImageFillTiled(gdImagePtr im, int x, int y, int nc);
1916 void gdImageFill(gdImagePtr im, int x, int y, int nc) in gdImageFill()
2012 static void _gdImageFillTiled(gdImagePtr im, int x, int y, int nc) in _gdImageFillTiled()
2088 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2165 static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledHRectangle()
2209 static void _gdImageFilledVRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledVRectangle()
2253 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2258 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2339 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge()
2379 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray()
2433 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized()
2543 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
2636 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2647 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon()
2676 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
2801 void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels) in gdImageSetStyle()
2815 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness()
2820 void gdImageSetBrush (gdImagePtr im, gdImagePtr brush) in gdImageSetBrush()
2833 void gdImageSetTile (gdImagePtr im, gdImagePtr tile) in gdImageSetTile()
2846 void gdImageSetAntiAliased (gdImagePtr im, int c) in gdImageSetAntiAliased()
2853 void gdImageSetAntiAliasedDontBlend (gdImagePtr im, int c, int dont_blend) in gdImageSetAntiAliasedDontBlend()
2861 void gdImageInterlace (gdImagePtr im, int interlaceArg) in gdImageInterlace()
2866 int gdImageCompare (gdImagePtr im1, gdImagePtr im2) in gdImageCompare()
2983 void gdImageAlphaBlending (gdImagePtr im, int alphaBlendingArg) in gdImageAlphaBlending()
2988 void gdImageSaveAlpha (gdImagePtr im, int saveAlphaArg) in gdImageSaveAlpha()
3048 void gdImageSetClip (gdImagePtr im, int x1, int y1, int x2, int y2) in gdImageSetClip()
3080 void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) in gdImageGetClip()
3088 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y) in gdImageSetResolution()
3095 int gdImagePaletteToTrueColor(gdImagePtr src) in gdImagePaletteToTrueColor()