Home
last modified time | relevance | path

Searched defs:image (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/gd/
H A Dgd.stub.php25 function imagesetstyle(GdImage $image, array $style): bool {}
30 function imageistruecolor(GdImage $image): bool {}
34 function imagepalettetotruecolor(GdImage $image): bool {}
146 function imagegif(GdImage $image, $file = null): bool {}
175 function imagedestroy(GdImage $image): bool {}
222 function imagecolorstotal(GdImage $image): int {}
254 function imagesx(GdImage $image): int {}
256 function imagesy(GdImage $image): int {}
264 function imagegetclip(GdImage $image): array {}
297 function imageflip(GdImage $image, int $mode): bool {}
[all …]
H A Dgd.c163 gdImagePtr image; member
222 void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) in php_gd_assign_libgdimageptr_as_extgdimage()
/PHP-8.1/ext/gd/libgd/
H A Dgd_tga.c32 gdImagePtr image; in gdImageCreateFromTga() local
68 volatile gdImagePtr image = NULL; in gdImageCreateFromTgaCtx() local
H A Dgd_wbmp.c96 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx()
102 static int _gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out) in _gdImageWBMPCtx()
H A Dgdxpm.c21 XpmImage image; in gdImageCreateFromXpm() local
H A Dgd_xbm.c177 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx()
H A Dgdft.c823 FT_Glyph image; local

Completed in 29 milliseconds