Searched refs:brush (Results 1 – 8 of 8) sorted by relevance
/php-src/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 | 162 im->brush = 0; in gdImageCreate() 215 im->brush = 0; in gdImageCreateTrueColor() 816 if (!im->brush) { in gdImageBrushApply() 820 hy = gdImageSY(im->brush) / 2; in gdImageBrushApply() 822 y2 = y1 + gdImageSY(im->brush); in gdImageBrushApply() 823 hx = gdImageSX(im->brush) / 2; in gdImageBrushApply() 829 if (im->brush->trueColor) { in gdImageBrushApply() 1026 if (src->brush) { in gdImageClone() 1027 dst->brush = gdImageClone(src->brush); in gdImageClone() 2875 im->brush = brush; in gdImageSetBrush() [all …]
|
H A D | gd.h | 196 struct gdImageStruct *brush; member 728 void gdImageSetBrush(gdImagePtr im, gdImagePtr brush);
|
/php-src/ext/gd/tests/ |
H A D | imagesetbrush_basic.phpt | 16 // Create the brush image 25 // Set the brush
|
/php-src/ext/gd/ |
H A D | gd.stub.php | 538 function imagesetbrush(GdImage $image, GdImage $brush): bool {} argument
|
H A D | gd_arginfo.h | 132 ZEND_ARG_OBJ_INFO(0, brush, GdImage, 0)
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 16901 20 string GIMP GIMP brush data 16911 0 search/21/b \040ncells: GIMP animated brush data 19948 # select last DEGAS bitmaps by invalid last char of brush note like BASICNES.PI3 DB_HELP.PI3 DB_WRI…
|
H A D | magic | 16901 20 string GIMP GIMP brush data 16911 0 search/21/b \040ncells: GIMP animated brush data 19948 # select last DEGAS bitmaps by invalid last char of brush note like BASICNES.PI3 DB_HELP.PI3 DB_WRI…
|
Completed in 150 milliseconds