Home
last modified time | relevance | path

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

/PHP-8.2/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 {}
610 function imagegif(GdImage $image, $file = null): bool {}
639 function imagedestroy(GdImage $image): bool {}
685 function imagecolorstotal(GdImage $image): int {}
717 function imagesx(GdImage $image): int {}
719 function imagesy(GdImage $image): int {}
727 function imagegetclip(GdImage $image): array {}
760 function imageflip(GdImage $image, int $mode): bool {}
[all …]
H A Dgd.c141 gdImagePtr image; member
200 void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) in php_gd_assign_libgdimageptr_as_extgdimage()
/PHP-8.2/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 38 milliseconds