OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_unit_type
(Results
1 - 8
of
8
) sorted by null
/external/libpng/
pngget.c
126
if (info_ptr->
phys_unit_type
!= PNG_RESOLUTION_METER)
147
if (info_ptr->
phys_unit_type
!= PNG_RESOLUTION_METER)
168
if (info_ptr->
phys_unit_type
!= PNG_RESOLUTION_METER ||
353
*unit_type = (int)info_ptr->
phys_unit_type
;
721
*unit_type = (int)info_ptr->
phys_unit_type
;
pngset.c
439
info_ptr->
phys_unit_type
= (png_byte)unit_type;
[
all
...]
pngwrite.c
212
info_ptr->y_pixels_per_unit, info_ptr->
phys_unit_type
);
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngget.c
125
if(info_ptr->
phys_unit_type
!= PNG_RESOLUTION_METER)
143
if(info_ptr->
phys_unit_type
!= PNG_RESOLUTION_METER)
161
if(info_ptr->
phys_unit_type
!= PNG_RESOLUTION_METER ||
324
*unit_type = (int)info_ptr->
phys_unit_type
;
685
*unit_type = (int)info_ptr->
phys_unit_type
;
pngset.c
523
info_ptr->
phys_unit_type
= (png_byte)unit_type;
[
all
...]
pngwrite.c
198
info_ptr->y_pixels_per_unit, info_ptr->
phys_unit_type
);
[
all
...]
png.h
813
png_byte
phys_unit_type
; \/* resolution type (see PNG_RESOLUTION_ below) *\/
member in struct:png_info_struct
[
all
...]
Completed in 20 milliseconds