Lines Matching refs:gdImageSetPixel

674 			gdImageSetPixel(to, x, y, xlate[p]);  in gdImagePaletteCopy()
763 void gdImageSetPixel (gdImagePtr im, int x, int y, int color) in gdImageSetPixel() function
775 gdImageSetPixel(im, x, y, p); in gdImageSetPixel()
786 gdImageSetPixel(im, x, y, gdBrushed); in gdImageSetPixel()
799 gdImageSetPixel(im, x, y, im->AA_color); in gdImageSetPixel()
867 gdImageSetPixel(im, lx, ly, p); in gdImageBrushApply()
883 gdImageSetPixel(im, lx, ly, tc); in gdImageBrushApply()
900 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
905 gdImageSetPixel(im, lx, ly, im->brushColorMap[p]); in gdImageBrushApply()
931 gdImageSetPixel(im, x, y, p); in gdImageTileApply()
939 gdImageSetPixel(im, x, y, gdImageColorResolveAlpha(im, in gdImageTileApply()
945 gdImageSetPixel(im, x, y, im->tileColorMap[p]); in gdImageTileApply()
1014 gdImageSetPixel(im, x1, y, col); in gdImageHLine()
1033 gdImageSetPixel(im, x, y1, col); in gdImageVLine()
1109 gdImageSetPixel(im, x, w, color); in gdImageLine()
1123 gdImageSetPixel (im, x, w, color); in gdImageLine()
1137 gdImageSetPixel (im, x, w, color); in gdImageLine()
1173 gdImageSetPixel (im, w, y, color); in gdImageLine()
1187 gdImageSetPixel (im, w, y, color); in gdImageLine()
1201 gdImageSetPixel (im, w, y, color); in gdImageLine()
1448 gdImageSetPixel(im, x, w, color); in dashedSet()
1453 gdImageSetPixel(im, w, y, color); in dashedSet()
1480 gdImageSetPixel(im, px, py, color); in gdImageChar()
1508 gdImageSetPixel(im, px, py, color); in gdImageCharUp()
1722 gdImageSetPixel(im,mx+a, my, c); in gdImageEllipse()
1723 gdImageSetPixel(im,mx-a, my, c); in gdImageEllipse()
1747 gdImageSetPixel(im,mx1, my1, c); in gdImageEllipse()
1748 gdImageSetPixel(im,mx1, my2, c); in gdImageEllipse()
1749 gdImageSetPixel(im,mx2, my1, c); in gdImageEllipse()
1750 gdImageSetPixel(im,mx2, my2, c); in gdImageEllipse()
1765 gdImageSetPixel(im, x, my, c); in gdImageFilledEllipse()
1794 gdImageSetPixel(im,i,my1,c); in gdImageFilledEllipse()
1795 gdImageSetPixel(im,i,my2,c); in gdImageFilledEllipse()
1838 gdImageSetPixel(im, i, y, color); in gdImageFillToBorder()
1851 gdImageSetPixel(im, i, y, color); in gdImageFillToBorder()
1958 gdImageSetPixel(im, ix, iy, nc); in gdImageFill()
1976 gdImageSetPixel(im,x, y, nc); in gdImageFill()
1990 gdImageSetPixel(im, x, y, nc); in gdImageFill()
2047 gdImageSetPixel(im,x, y, nc); in _gdImageFillTiled()
2063 gdImageSetPixel(im, x, y, nc); in _gdImageFillTiled()
2092 gdImageSetPixel(im, x1, y1, color); in gdImageRectangle()
2122 gdImageSetPixel(im, cx, cy, color); in gdImageRectangle()
2130 gdImageSetPixel(im, cx, cy, color); in gdImageRectangle()
2138 gdImageSetPixel(im, cx, cy, color); in gdImageRectangle()
2146 gdImageSetPixel(im, cx, cy, color); in gdImageRectangle()
2168 gdImageSetPixel(im, x1, y1, color); in _gdImageFilledHRectangle()
2202 gdImageSetPixel (im, x, y, color); in _gdImageFilledHRectangle()
2212 gdImageSetPixel(im, x1, y1, color); in _gdImageFilledVRectangle()
2246 gdImageSetPixel (im, x, y, color); in _gdImageFilledVRectangle()
2275 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2285gdImageSetPixel(dst, dstX + x, dstY + y, gdTrueColorAlpha(src->red[c], src->green[c], src->blue[c]… in gdImageCopy()
2328 gdImageSetPixel (dst, tox, toy, mapTo); in gdImageCopy()
2368 gdImageSetPixel (dst, tox, toy, nc); in gdImageCopyMerge()
2424 gdImageSetPixel(dst, tox, toy, nc); in gdImageCopyMergeGray()
2525 gdImageSetPixel (dst, tox, toy, mapTo); in gdImageCopyResized()
2629 gdImageSetPixel(dst, x, y, gdTrueColorAlpha ((int)red, (int)green, (int)blue, (int)alpha)); in gdImageCopyResampled()