Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/
H A Dgd.stub.php488 function imagesetstyle(GdImage $image, array $style): bool {}
493 function imageistruecolor(GdImage $image): bool {}
497 function imagepalettetotruecolor(GdImage $image): bool {}
609 function imagegif(GdImage $image, $file = null): bool {}
638 function imagedestroy(GdImage $image): bool {}
684 function imagecolorstotal(GdImage $image): int {}
716 function imagesx(GdImage $image): int {}
718 function imagesy(GdImage $image): int {}
726 function imagegetclip(GdImage $image): array {}
759 function imageflip(GdImage $image, int $mode): bool {}
[all …]
H A Dgd.c141 gdImagePtr image; member
199 void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) in php_gd_assign_libgdimageptr_as_extgdimage()
/PHP-8.3/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.c833 FT_Glyph image; local

Completed in 33 milliseconds