Searched refs:m_nXDPI (Results 1 – 7 of 7) sorted by relevance
104 pAttribute->m_nXDPI = p->bmp_ptr->dpi_x; in ReadHeader()
31 pAttribute->m_nXDPI = png_get_x_pixels_per_meter(png_ptr, info_ptr); in _png_load_bmp_attribute()
270 : m_nXDPI(-1), in CFX_DIBAttribute()
313 pAttribute->m_nXDPI = (int32_t)(fDpi + 0.5f); in LoadFrameInfo()
241 pAttribute->m_nXDPI = pInfo->X_density; in _JpegLoadAttribute()
1056 dibAttr.m_nXDPI = (int32_t)(dibAttr.m_nXDPI * 2.54f); in XFA_LoadImageFromBuffer()1060 dibAttr.m_nXDPI = (int32_t)(dibAttr.m_nXDPI / (FX_FLOAT)100 * 2.54f); in XFA_LoadImageFromBuffer()1067 iImageXDpi = dibAttr.m_nXDPI > 1 ? dibAttr.m_nXDPI : (96); in XFA_LoadImageFromBuffer()
48 int32_t m_nXDPI; variable