OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_unit_type
(Results
1 - 13
of
13
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h
156
/* The oFFs chunk gives the offset in "
offset_unit_type
" units rightwards
163
png_byte
offset_unit_type
; /* offset units type */
member in struct:png_info_def
/external/chromium_org/third_party/libpng/
pngget.c
216
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_MICROMETER)
238
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_MICROMETER)
260
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_PIXEL)
282
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_PIXEL)
627
*unit_type = (int)info_ptr->
offset_unit_type
;
pngset.c
283
info_ptr->
offset_unit_type
= (png_byte)unit_type;
[
all
...]
pngwrite.c
182
info_ptr->
offset_unit_type
);
[
all
...]
png.h
[
all
...]
/external/libpng/
pngget.c
216
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_MICROMETER)
238
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_MICROMETER)
260
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_PIXEL)
282
if (info_ptr->
offset_unit_type
!= PNG_OFFSET_PIXEL)
627
*unit_type = (int)info_ptr->
offset_unit_type
;
pngset.c
283
info_ptr->
offset_unit_type
= (png_byte)unit_type;
[
all
...]
pngwrite.c
182
info_ptr->
offset_unit_type
);
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngget.c
202
if(info_ptr->
offset_unit_type
!= PNG_OFFSET_MICROMETER)
220
if(info_ptr->
offset_unit_type
!= PNG_OFFSET_MICROMETER)
238
if(info_ptr->
offset_unit_type
!= PNG_OFFSET_PIXEL)
256
if(info_ptr->
offset_unit_type
!= PNG_OFFSET_PIXEL)
595
*unit_type = (int)info_ptr->
offset_unit_type
;
pngset.c
378
info_ptr->
offset_unit_type
= (png_byte)unit_type;
[
all
...]
pngwrite.c
172
info_ptr->
offset_unit_type
);
[
all
...]
png.h
803
png_byte
offset_unit_type
; \/* offset units type *\/
member in struct:png_info_struct
[
all
...]
Completed in 1547 milliseconds