Searched refs:gamma (Results 1 – 17 of 17) sorted by relevance
/PHP-8.2/ext/gd/tests/ |
H A D | imagegammacorrect_variation2.phpt | 33 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 D | imagegammacorrect_basic.phpt | 24 $gamma = imagegammacorrect($image, 1, 5); 25 var_dump((bool) $gamma);
|
H A D | imagegammacorrect_variation1.phpt | 24 $gamma = imagegammacorrect($image, 1, 5); 25 var_dump((bool) $gamma);
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 125 gamma 03B3
|
H A D | ents_xhtml.txt | 157 gamma 03B3
|
H A D | ents_html5.txt | 1033 gamma 003B3
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 169 [γ] => γ
|
H A D | get_html_translation_table_basic2.phpt | 272 string(7) "γ" 781 string(7) "γ" 1288 string(7) "γ"
|
H A D | html_entity_decode_html4.phpt | 140 "γ",
|
H A D | get_html_translation_table_basic1.phpt | 259 string(7) "γ"
|
H A D | htmlentities_html4.phpt | 196 γ U+003B3
|
H A D | get_html_translation_table_basic5.phpt | 803 [γ] => γ
|
H A D | html_entity_decode_html5.phpt | 1038 "γ", 3172 γ => γ ceb3
|
H A D | htmlentities_html5.phpt | 401 γ U+003B3
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 2277 double input, output, gamma; in PHP_FUNCTION() local 2293 gamma = input / output; in PHP_FUNCTION() 2305 (int) ((pow((gdTrueColorGetRed(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION() 2306 (int) ((pow((gdTrueColorGetGreen(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION() 2307 (int) ((pow((gdTrueColorGetBlue(c) / 255.0), gamma) * 255) + .5), in PHP_FUNCTION() 2317 im->red[i] = (int)((pow((im->red[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION() 2318 im->green[i] = (int)((pow((im->green[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION() 2319 im->blue[i] = (int)((pow((im->blue[i] / 255.0), gamma) * 255) + .5); in PHP_FUNCTION()
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 16829 >>>>>&-4 uleshort >0 - gamma %d
|
H A D | magic私はガラスを食べられます | 16829 >>>>>&-4 uleshort >0 - gamma %d
|
Completed in 227 milliseconds