Home
last modified time | relevance | path

Searched refs:brush (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/gd/libgd/
H A Dgddemo.c17 gdImagePtr brush; in main() local
81 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()
H A Dgd.c145 im->brush = 0; in gdImageCreate()
201 im->brush = 0; in gdImageCreateTrueColor()
805 if (!im->brush) { in gdImageBrushApply()
809 hy = gdImageSY(im->brush) / 2; in gdImageBrushApply()
811 y2 = y1 + gdImageSY(im->brush); in gdImageBrushApply()
812 hx = gdImageSX(im->brush) / 2; in gdImageBrushApply()
814 x2 = x1 + gdImageSX(im->brush); in gdImageBrushApply()
818 if (im->brush->trueColor) { in gdImageBrushApply()
858 if (im->brush->trueColor) { in gdImageBrushApply()
2777 im->brush = brush; in gdImageSetBrush()
[all …]
H A Dgd.h195 struct gdImageStruct *brush; member
698 void gdImageSetBrush(gdImagePtr im, gdImagePtr brush);
/PHP-7.0/ext/gd/tests/
H A Dimagesetbrush_basic.phpt14 // Create the brush image
23 // Set the brush
/PHP-7.0/ext/gd/
H A Dgd.c289 ZEND_ARG_INFO(0, brush)
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic9762 20 string GIMP GIMP brush data

Completed in 70 milliseconds