Home | History | Annotate | Download | only in dib

Lines Matching refs:m_pSource

217     m_pSource = pSrcBitmap;

324 if (m_pSource && m_bHasAlpha && m_pSource->m_pAlphaMask) {
349 if (m_pSource->SkipToScanline(m_CurRow, pPause)) {
362 FX_LPCBYTE src_scan = m_pSource->GetScanline(m_CurRow);
367 src_scan_mask = m_pSource->m_pAlphaMask->GetScanline(m_CurRow);
720 m_pSource = pSource;
779 m_pStretchEngine = FX_NEW CStretchEngine(m_pDest, m_DestFormat, m_DestWidth, m_DestHeight, m_ClipRect, m_pSource, m_Flags);
784 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) {
800 m_pSource->SetDownSampleSize(m_DestWidth, m_DestHeight);
822 if (m_pSource->m_pAlphaMask) {
828 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) {
840 int src_width = m_pSource->GetWidth(), src_height = m_pSource->GetHeight();
856 if (m_pSource->SkipToScanline(src_y, pPause)) {
859 m_pSource->DownSampleScanline(src_y, m_pScanline, m_DestBPP, m_DestWidth, m_bFlipX, m_ClipRect.left, result_width);
862 m_pSource->m_pAlphaMask->DownSampleScanline(src_y, m_pMaskScanline, 1, m_DestWidth, m_bFlipX, m_ClipRect.left, result_width);