Home
last modified time | relevance | path

Searched refs:src_scan_mask (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp367 const uint8_t* src_scan_mask = nullptr; in ContinueStretchHorz() local
370 src_scan_mask = m_pSource->m_pAlphaMask->GetScanline(m_CurRow); in ContinueStretchHorz()
425 pixel_weight = pixel_weight * src_scan_mask[j] / 255; in ContinueStretchHorz()
485 pixel_weight = pixel_weight * src_scan_mask[j] / 255; in ContinueStretchHorz()
557 pixel_weight = pixel_weight * src_scan_mask[j] / 255; in ContinueStretchHorz()
631 unsigned char* src_scan_mask = in StretchVert() local
644 src_scan_mask[(j - m_SrcClip.top) * m_ExtraMaskPitch]; in StretchVert()
693 unsigned char* src_scan_mask = nullptr; in StretchVert() local
695 src_scan_mask = m_ExtraAlphaBuf.data() + (col - m_DestClip.left); in StretchVert()
709 if (src_scan_mask) in StretchVert()
[all …]