OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcal_type
(Results
1 - 13
of
13
) sorted by null
/external/libpng/
pnginfo.h
203
* (possibly non-linear) transformation function given by "
pcal_type
"
215
png_byte
pcal_type
; /* equation type (see PNG_EQUATION_ below) */
member in struct:png_info_def
pngget.c
875
*type = (int)info_ptr->
pcal_type
;
[
all
...]
pngset.c
314
info_ptr->
pcal_type
= (png_byte)type;
[
all
...]
pngwrite.c
254
info_ptr->pcal_X1, info_ptr->
pcal_type
, info_ptr->pcal_nparams,
[
all
...]
/external/opencv3/3rdparty/libpng/
pnginfo.h
208
* (possibly non-linear) transformation function given by "
pcal_type
"
220
png_byte
pcal_type
; /* equation type (see PNG_EQUATION_ below) */
member in struct:png_info_def
pngget.c
809
*type = (int)info_ptr->
pcal_type
;
pngset.c
326
info_ptr->
pcal_type
= (png_byte)type;
[
all
...]
pngwrite.c
179
info_ptr->pcal_X1, info_ptr->
pcal_type
, info_ptr->pcal_nparams,
[
all
...]
/external/pdfium/third_party/lpng_v163/
pnginfo.h
204
* (possibly non-linear) transformation function given by "
pcal_type
"
216
png_byte
pcal_type
; /* equation type (see PNG_EQUATION_ below) */
member in struct:png_info_def
pngget.c
833
*type = (int)info_ptr->
pcal_type
;
[
all
...]
pngset.c
308
info_ptr->
pcal_type
= (png_byte)type;
[
all
...]
pngwrite.c
247
info_ptr->pcal_X1, info_ptr->
pcal_type
, info_ptr->pcal_nparams,
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h
208
* (possibly non-linear) transformation function given by "
pcal_type
"
220
png_byte
pcal_type
; /* equation type (see PNG_EQUATION_ below) */
member in struct:png_info_def
Completed in 745 milliseconds