Home
last modified time | relevance | path

Searched refs:PNG_RESOLUTION_METER (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngget.c125 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER) in png_get_x_pixels_per_meter()
147 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER) in png_get_y_pixels_per_meter()
167 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER && in png_get_pixels_per_meter()
Dpng.h747 #define PNG_RESOLUTION_METER 1 /* pixels/meter */ macro
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp61 case PNG_RESOLUTION_METER: in _png_load_bmp_attribute()
/external/libpng/
Dpngget.c125 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER) in png_get_x_pixels_per_meter()
147 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER) in png_get_y_pixels_per_meter()
167 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER && in png_get_pixels_per_meter()
Dpng.h742 #define PNG_RESOLUTION_METER 1 /* pixels/meter */ macro
Dlibpng-manual.txt1570 PNG_RESOLUTION_METER
3200 PNG_RESOLUTION_METER
/external/ImageMagick/coders/
Dpng.c2961 if (unit_type == PNG_RESOLUTION_METER) in ReadOnePNGImage()
4954 if ((int) p[8] == PNG_RESOLUTION_METER) in ReadOneJNGImage()
10016 ping_pHYs_unit_type=PNG_RESOLUTION_METER; in WriteOnePNGImage()
10025 ping_pHYs_unit_type=PNG_RESOLUTION_METER; in WriteOnePNGImage()