Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Ddisplay_info.py56 self.dpi_x = d['dpiX']
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp51 dpi_x(0), in BMPDecompressor()
142 dpi_x = static_cast<int32_t>(FXDWORD_GET_LSBFIRST( in ReadHeader()
170 dpi_x = FXDWORD_GET_LSBFIRST( in ReadHeader()
Dfx_bmp.h103 int32_t dpi_x; variable
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.cpp58 pAttribute->m_nXDPI = ctx->m_Bmp.dpi_x; in ReadHeader()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h199 float dpi_x,
Dcxfa_widgetacc.cpp868 float dpi_x, in CalculateImageSize() argument
870 CFX_RectF rtImage(0, 0, XFA_UnitPx2Pt(img_width, dpi_x), in CalculateImageSize()