Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt39 echo "$kind gamma ($in, $out): ";
69 palette gamma (1, 2): The images are equal.
70 truecolor gamma (1, 2): The images are equal.
71 palette gamma (1, 1): The images are equal.
72 truecolor gamma (1, 1): The images are equal.
73 palette gamma (2, 1): The images are equal.
74 truecolor gamma (2, 1): The images are equal.
H A Dimagegammacorrect_basic.phpt27 $gamma = imagegammacorrect($image, 1, 5);
28 var_dump((bool) $gamma);
H A Dimagegammacorrect_variation1.phpt27 $gamma = imagegammacorrect($image, 1, 5);
28 var_dump((bool) $gamma);
/php-src/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-src/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-src/ext/gd/
H A Dgd.c2268 double input, output, gamma; in PHP_FUNCTION() local
2284 gamma = input / output; in PHP_FUNCTION()
2296 (int) ((pow((gdTrueColorGetRed(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION()
2297 (int) ((pow((gdTrueColorGetGreen(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION()
2298 (int) ((pow((gdTrueColorGetBlue(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION()
2308 im->red[i] = (int)((pow((im->red[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
2309 im->green[i] = (int)((pow((im->green[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
2310 im->blue[i] = (int)((pow((im->blue[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18590 >>>>>&-4 uleshort >0 - gamma %d
H A Dmagic18590 >>>>>&-4 uleshort >0 - gamma %d

Completed in 174 milliseconds