Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1129 CFX_DIBAttribute dibAttr; in XFA_LoadImageFromBuffer() local
1133 pProgressiveDecoder->LoadImageInfo(pImageFileRead, type, &dibAttr, false); in XFA_LoadImageFromBuffer()
1134 switch (dibAttr.m_wDPIUnit) { in XFA_LoadImageFromBuffer()
1136 dibAttr.m_nXDPI = (int32_t)(dibAttr.m_nXDPI * 2.54f); in XFA_LoadImageFromBuffer()
1137 dibAttr.m_nYDPI = (int32_t)(dibAttr.m_nYDPI * 2.54f); in XFA_LoadImageFromBuffer()
1140 dibAttr.m_nXDPI = (int32_t)(dibAttr.m_nXDPI / (FX_FLOAT)100 * 2.54f); in XFA_LoadImageFromBuffer()
1141 dibAttr.m_nYDPI = (int32_t)(dibAttr.m_nYDPI / (FX_FLOAT)100 * 2.54f); in XFA_LoadImageFromBuffer()
1146 iImageXDpi = dibAttr.m_nXDPI > 1 ? dibAttr.m_nXDPI : (96); in XFA_LoadImageFromBuffer()
1147 iImageYDpi = dibAttr.m_nYDPI > 1 ? dibAttr.m_nYDPI : (96); in XFA_LoadImageFromBuffer()