HomeSort by relevance Sort by last modified time
    Searched refs:m_nBitsPerPixel (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/win32/
win32_int.h 124 int m_Width, m_Height, m_nBitsPerPixel;
233 int m_Width, m_Height, m_nBitsPerPixel;
fx_win32_print.cpp 293 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
336 return m_nBitsPerPixel;
fx_win32_device.cpp 437 m_nBitsPerPixel = bitmap.bmBitsPixel;
443 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
463 return m_nBitsPerPixel;
573 if (m_nBitsPerPixel != 1) {
    [all...]

Completed in 51 milliseconds