Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h126 int m_Width, m_Height, m_nBitsPerPixel; variable
235 int m_Width, m_Height, m_nBitsPerPixel; variable
Dfx_win32_print.cpp287 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL); in Init()
324 return m_nBitsPerPixel; in GetDeviceCaps()
Dfx_win32_device.cpp427 m_nBitsPerPixel = bitmap.bmBitsPixel; in CGdiDeviceDriver()
433 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL); in CGdiDeviceDriver()
453 return m_nBitsPerPixel; in GetDeviceCaps()
563 if (m_nBitsPerPixel != 1) { in GDI_StretchBitMask()