OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sgi_gamma
(Results
1 - 5
of
5
) sorted by null
/external/libpng/contrib/gregbook/
rpng-win.c
186
double
sgi_gamma
;
local
190
sgi_gamma
= atof(tmpline);
191
if (
sgi_gamma
> 0.0)
192
LUT_exponent = 1.0 /
sgi_gamma
;
rpng-x.c
200
double
sgi_gamma
;
local
204
sgi_gamma
= atof(tmpline);
205
if (
sgi_gamma
> 0.0)
206
LUT_exponent = 1.0 /
sgi_gamma
;
wpng.c
211
double
sgi_gamma
;
local
215
sgi_gamma
= atof(tmpline);
216
if (
sgi_gamma
> 0.0)
217
LUT_exponent = 1.0 /
sgi_gamma
;
rpng2-win.c
303
double
sgi_gamma
;
local
307
sgi_gamma
= atof(tmpline);
308
if (
sgi_gamma
> 0.0)
309
LUT_exponent = 1.0 /
sgi_gamma
;
[
all
...]
rpng2-x.c
341
double
sgi_gamma
;
local
345
sgi_gamma
= atof(tmpline);
346
if (
sgi_gamma
> 0.0)
347
LUT_exponent = 1.0 /
sgi_gamma
;
[
all
...]
Completed in 691 milliseconds