Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_bmp.cpp105 pAttribute->m_nYDPI = p->bmp_ptr->dpi_y; in ReadHeader()
Dfx_codec_png.cpp32 pAttribute->m_nYDPI = png_get_y_pixels_per_meter(png_ptr, info_ptr); in _png_load_bmp_attribute()
Dfx_codec.cpp271 m_nYDPI(-1), in CFX_DIBAttribute()
Dfx_codec_tiff.cpp318 pAttribute->m_nYDPI = (int32_t)(fDpi + 0.5f); in LoadFrameInfo()
Dfx_codec_jpeg.cpp242 pAttribute->m_nYDPI = pInfo->Y_density; in _JpegLoadAttribute()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1057 dibAttr.m_nYDPI = (int32_t)(dibAttr.m_nYDPI * 2.54f); in XFA_LoadImageFromBuffer()
1061 dibAttr.m_nYDPI = (int32_t)(dibAttr.m_nYDPI / (FX_FLOAT)100 * 2.54f); in XFA_LoadImageFromBuffer()
1068 iImageYDpi = dibAttr.m_nYDPI > 1 ? dibAttr.m_nYDPI : (96); in XFA_LoadImageFromBuffer()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h49 int32_t m_nYDPI; variable