brush 292 ext/gd/gd.c ZEND_ARG_INFO(0, brush) brush 143 ext/gd/libgd/gd.c im->brush = 0; brush 199 ext/gd/libgd/gd.c im->brush = 0; brush 800 ext/gd/libgd/gd.c if (!im->brush) { brush 804 ext/gd/libgd/gd.c hy = gdImageSY(im->brush) / 2; brush 806 ext/gd/libgd/gd.c y2 = y1 + gdImageSY(im->brush); brush 807 ext/gd/libgd/gd.c hx = gdImageSX(im->brush) / 2; brush 809 ext/gd/libgd/gd.c x2 = x1 + gdImageSX(im->brush); brush 813 ext/gd/libgd/gd.c if (im->brush->trueColor) { brush 818 ext/gd/libgd/gd.c p = gdImageGetTrueColorPixel(im->brush, srcx, srcy); brush 820 ext/gd/libgd/gd.c if (p != gdImageGetTransparent(im->brush)) { brush 833 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); brush 834 ext/gd/libgd/gd.c tc = gdImageGetTrueColorPixel(im->brush, srcx, srcy); brush 836 ext/gd/libgd/gd.c if (p != gdImageGetTransparent(im->brush)) { brush 849 ext/gd/libgd/gd.c p = gdImageGetPixel(im->brush, srcx, srcy); brush 851 ext/gd/libgd/gd.c if (p != gdImageGetTransparent(im->brush)) { brush 853 ext/gd/libgd/gd.c if (im->brush->trueColor) { brush 2744 ext/gd/libgd/gd.c void gdImageSetBrush (gdImagePtr im, gdImagePtr brush) brush 2747 ext/gd/libgd/gd.c im->brush = brush; brush 2748 ext/gd/libgd/gd.c if (!im->trueColor && !im->brush->trueColor) { brush 2749 ext/gd/libgd/gd.c for (i = 0; i < gdImageColorsTotal(brush); i++) { brush 2751 ext/gd/libgd/gd.c index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(brush, i), gdImageAlpha(brush, i)); brush 195 ext/gd/libgd/gd.h struct gdImageStruct *brush; brush 700 ext/gd/libgd/gd.h void gdImageSetBrush(gdImagePtr im, gdImagePtr brush); brush 17 ext/gd/libgd/gddemo.c gdImagePtr brush; brush 81 ext/gd/libgd/gddemo.c brush = gdImageCreateTrueColor (16, 16); brush 82 ext/gd/libgd/gddemo.c gdImageCopyResized (brush, im_in, brush 84 ext/gd/libgd/gddemo.c gdImageSX (brush), gdImageSY (brush), brush 86 ext/gd/libgd/gddemo.c gdImageSetBrush (im_out, brush);