OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gamma_table
(Results
1 - 14
of
14
) sorted by null
/external/libpng/contrib/libtests/
makepng.c
240
png_const_bytep
gamma_table
)
242
color->red =
gamma_table
[red];
243
color->green =
gamma_table
[green];
244
color->blue =
gamma_table
[blue];
250
png_const_bytep
gamma_table
, unsigned int *colors)
270
gamma_table
);
275
colors[2],
gamma_table
);
280
gamma_table
);
285
colors[4],
gamma_table
);
291
set_color(palette+0, trans+0, 255, 0, 0, 0,
gamma_table
);
819
png_byte
gamma_table
[256];
local
[
all
...]
/external/libpng/
pngrtran.c
3192
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
3932
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
[
all
...]
pngstruct.h
293
png_bytep
gamma_table
; /* gamma table for 8-bit depth files */
member in struct:png_struct_def
png.c
[
all
...]
CHANGES
[
all
...]
/external/opencv3/3rdparty/libpng/
pngrtran.c
3490
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
4201
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
[
all
...]
pngstruct.h
175
png_bytep
gamma_table
; /* gamma table for 8-bit depth files */
member in struct:png_struct_def
png.c
[
all
...]
CHANGES
[
all
...]
/external/pdfium/third_party/lpng_v163/
pngrtran.c
3531
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
4270
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
[
all
...]
pngstruct.h
289
png_bytep
gamma_table
; /* gamma table for 8-bit depth files */
member in struct:png_struct_def
png.c
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c
3490
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
4222
png_const_bytep
gamma_table
= png_ptr->
gamma_table
;
local
[
all
...]
pngstruct.h
175
png_bytep
gamma_table
; /* gamma table for 8-bit depth files */
member in struct:png_struct_def
Completed in 1254 milliseconds