Searched refs:m_DestBPP (Results 1 – 2 of 2) sorted by relevance
60 m_DestBPP(m_DestFormat & 0xff), in CFX_ImageStretcher()159 if (size && m_DestBPP > static_cast<int>(INT_MAX / size)) in StartQuickStretch()162 size *= m_DestBPP; in StartQuickStretch()197 m_pSource->DownSampleScanline(src_y, m_pScanline.get(), m_DestBPP, in ContinueQuickStretch()
55 const int m_DestBPP; variable