Searched defs:brush (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gddemo.c | 17 gdImagePtr brush; local 81 brush = gdImageCreateTrueColor (16, 16); 82 gdImageCopyResized (brush, im_in, 84 gdImageSX (brush), gdImageSY (brush), 86 gdImageSetBrush (im_out, brush); 88 Normally, they would, yielding a fat-brush effect. */
|
| H A D | gd.h | 195 struct gdImageStruct *brush; member in struct:gdImageStruct 699 void gdImageSetBrush(gdImagePtr im, gdImagePtr brush);
|
| H A D | gd.c | 143 im->brush = 0; 199 im->brush = 0; 800 if (!im->brush) { 804 hy = gdImageSY(im->brush) / 2; 806 y2 = y1 + gdImageSY(im->brush); 807 hx = gdImageSX(im->brush) / 2; 809 x2 = x1 + gdImageSX(im->brush); 813 if (im->brush->trueColor) { 818 p = gdImageGetTrueColorPixel(im->brush, srcx, srcy); 820 if (p != gdImageGetTransparent(im->brush)) { 2734 gdImageSetBrush(gdImagePtr im, gdImagePtr brush) argument [all...] |
Completed in 7 milliseconds