Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/png/
Dpngmodule.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.h711 #define PNG_RESOLUTION_METER 1 /* pixels/meter */ macro
Dlibpng-manual.txt1571 PNG_RESOLUTION_METER
3201 PNG_RESOLUTION_METER
/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.h711 #define PNG_RESOLUTION_METER 1 /* pixels/meter */ macro
/external/ImageMagick/coders/
Dpng.c2968 if (unit_type == PNG_RESOLUTION_METER) in ReadOnePNGImage()
4956 if ((int) p[8] == PNG_RESOLUTION_METER) in ReadOneJNGImage()
10033 ping_pHYs_unit_type=PNG_RESOLUTION_METER; in WriteOnePNGImage()
10042 ping_pHYs_unit_type=PNG_RESOLUTION_METER; in WriteOnePNGImage()