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

  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 185 m_DestBpp = dest_format & 0xff;
197 if (size && m_DestBpp > (int)(INT_MAX / size)) {
200 size *= m_DestBpp;
214 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4;
258 if (m_DestBpp == 8) {
264 if (m_DestBpp == 8) {
352 int Bpp = m_DestBpp / 8;
558 int DestBpp = m_DestBpp / 8;
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 538 int m_DestBPP;

Completed in 9743 milliseconds