Searched refs:brush (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gddemo.c | 17 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 D | gd.c | 192 im->brush = 0; in gdImageCreate() 245 im->brush = 0; in gdImageCreateTrueColor() 846 if (!im->brush) { in gdImageBrushApply() 850 hy = gdImageSY(im->brush) / 2; in gdImageBrushApply() 852 y2 = y1 + gdImageSY(im->brush); in gdImageBrushApply() 853 hx = gdImageSX(im->brush) / 2; in gdImageBrushApply() 855 x2 = x1 + gdImageSX(im->brush); in gdImageBrushApply() 859 if (im->brush->trueColor) { in gdImageBrushApply() 899 if (im->brush->trueColor) { in gdImageBrushApply() 2821 im->brush = brush; in gdImageSetBrush() [all …]
|
H A D | gd.h | 196 struct gdImageStruct *brush; member 726 void gdImageSetBrush(gdImagePtr im, gdImagePtr brush);
|
/PHP-8.2/ext/gd/tests/ |
H A D | imagesetbrush_basic.phpt | 10 // Create the brush image 19 // Set the brush
|
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 539 function imagesetbrush(GdImage $image, GdImage $brush): bool {} argument
|
H A D | gd_arginfo.h | 135 ZEND_ARG_OBJ_INFO(0, brush, GdImage, 0)
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 15130 20 string GIMP GIMP brush data 15140 0 search/21/b \040ncells: GIMP animated brush data
|
H A D | magic私はガラスを食べられます | 15130 20 string GIMP GIMP brush data 15140 0 search/21/b \040ncells: GIMP animated brush data
|
Completed in 207 milliseconds