Searched refs:brush (Results 1 – 6 of 6) sorted by relevance
17 gdImagePtr brush; in main() local81 brush = gdImageCreateTrueColor (16, 16); in main()82 gdImageCopyResized (brush, im_in, in main()84 gdImageSX (brush), gdImageSY (brush), in main()86 gdImageSetBrush (im_out, brush); in main()
143 im->brush = 0; in gdImageCreate()197 im->brush = 0; in gdImageCreateTrueColor()796 if (!im->brush) { in gdImageBrushApply()800 hy = gdImageSY(im->brush) / 2; in gdImageBrushApply()802 y2 = y1 + gdImageSY(im->brush); in gdImageBrushApply()803 hx = gdImageSX(im->brush) / 2; in gdImageBrushApply()805 x2 = x1 + gdImageSX(im->brush); in gdImageBrushApply()809 if (im->brush->trueColor) { in gdImageBrushApply()849 if (im->brush->trueColor) { in gdImageBrushApply()2739 im->brush = brush; in gdImageSetBrush()[all …]
130 struct gdImageStruct *brush; member574 void gdImageSetBrush(gdImagePtr im, gdImagePtr brush);
14 // Create the brush image23 // Set the brush
318 ZEND_ARG_INFO(0, brush)
7491 20 string GIMP GIMP brush data
Completed in 51 milliseconds