Home
last modified time | relevance | path

Searched refs:gamma (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt33 echo "$kind gamma ($in, $out): ";
63 palette gamma (1, 2): The images are equal.
64 truecolor gamma (1, 2): The images are equal.
65 palette gamma (1, 1): The images are equal.
66 truecolor gamma (1, 1): The images are equal.
67 palette gamma (2, 1): The images are equal.
68 truecolor gamma (2, 1): The images are equal.
H A Dimagegammacorrect_basic.phpt24 $gamma = imagegammacorrect($image, 1, 5);
25 var_dump((bool) $gamma);
H A Dimagegammacorrect_variation1.phpt24 $gamma = imagegammacorrect($image, 1, 5);
25 var_dump((bool) $gamma);
/PHP-8.1/ext/standard/html_tables/
H A Dents_html401.txt125 gamma 03B3
H A Dents_xhtml.txt157 gamma 03B3
H A Dents_html5.txt1033 gamma 003B3
/PHP-8.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt169 [γ] => γ
H A Dget_html_translation_table_basic2.phpt272 string(7) "γ"
781 string(7) "γ"
1288 string(7) "γ"
H A Dhtml_entity_decode_html4.phpt140 "γ",
H A Dget_html_translation_table_basic1.phpt259 string(7) "γ"
H A Dhtmlentities_html4.phpt196 γ U+003B3
H A Dget_html_translation_table_basic5.phpt803 [γ] => γ
H A Dhtml_entity_decode_html5.phpt1038 "γ",
3172 γ => γ ceb3
H A Dhtmlentities_html5.phpt401 γ U+003B3
/PHP-8.1/ext/gd/
H A Dgd.c2422 double input, output, gamma; in PHP_FUNCTION() local
2438 gamma = input / output; in PHP_FUNCTION()
2450 (int) ((pow((gdTrueColorGetRed(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION()
2451 (int) ((pow((gdTrueColorGetGreen(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION()
2452 (int) ((pow((gdTrueColorGetBlue(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION()
2462 im->red[i] = (int)((pow((im->red[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
2463 im->green[i] = (int)((pow((im->green[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
2464 im->blue[i] = (int)((pow((im->blue[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic16829 >>>>>&-4 uleshort >0 - gamma %d
H A Dmagic私はガラスを食べられます16829 >>>>>&-4 uleshort >0 - gamma %d

Completed in 205 milliseconds