Home
last modified time | relevance | path

Searched refs:m_nXDPI (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp167 dibAttr.m_nXDPI = (int32_t)(dibAttr.m_nXDPI * 2.54f); in XFA_LoadImageFromBuffer()
171 dibAttr.m_nXDPI = (int32_t)(dibAttr.m_nXDPI / (float)100 * 2.54f); in XFA_LoadImageFromBuffer()
177 iImageXDpi = dibAttr.m_nXDPI > 1 ? dibAttr.m_nXDPI : (96); in XFA_LoadImageFromBuffer()
/external/pdfium/core/fxcodec/bmp/
Dbmpmodule.cpp49 pAttribute->m_nXDPI = ctx->m_Bmp.dpi_x(); in ReadHeader()
/external/pdfium/core/fxcodec/
Dfx_codec.h45 int32_t m_nXDPI = -1; variable
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp55 pAttribute->m_nXDPI = png_get_x_pixels_per_meter(png_ptr, info_ptr); in _png_load_bmp_attribute()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp134 pAttribute->m_nXDPI = info.X_density; in JpegLoadAttribute()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp266 pAttribute->m_nXDPI = (int32_t)(fDpi + 0.5f); in LoadFrameInfo()