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

  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 275 m_DestBpp = dest_format & 0xff;
287 if (size && m_DestBpp > (int)(INT_MAX / size)) {
290 size *= m_DestBpp;
303 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4;
349 if (m_DestBpp == 8) {
355 if (m_DestBpp == 8) {
434 int Bpp = m_DestBpp / 8;
697 const int DestBpp = m_DestBpp / 8;
873 m_DestBPP(m_DestFormat & 0xff),
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 629 const int m_DestBPP;

Completed in 453 milliseconds