Home
last modified time | relevance | path

Searched refs:gdImageTrueColorToPaletteBody (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c1429 static int gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr …
1434 if (TRUE == gdImageTrueColorToPaletteBody(im, dither, colorsWanted, &nim)) { in gdImageCreatePaletteFromTrueColor()
1442 return gdImageTrueColorToPaletteBody(im, dither, colorsWanted, 0); in gdImageTrueColorToPalette()
1462 static int gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr … in gdImageTrueColorToPaletteBody() function

Completed in 11 milliseconds