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.cpp371 const uint8_t* src_scan_mask = nullptr; in ContinueStretchHorz() local
374 src_scan_mask = m_pSource->m_pAlphaMask->GetScanline(m_CurRow); in ContinueStretchHorz()
429 pixel_weight = pixel_weight * src_scan_mask[j] / 255; in ContinueStretchHorz()
489 pixel_weight = pixel_weight * src_scan_mask[j] / 255; in ContinueStretchHorz()
561 pixel_weight = pixel_weight * src_scan_mask[j] / 255; in ContinueStretchHorz()
634 unsigned char* src_scan_mask = in StretchVert() local
647 src_scan_mask[(j - m_SrcClip.top) * m_ExtraMaskPitch]; in StretchVert()
696 unsigned char* src_scan_mask = nullptr; in StretchVert() local
698 src_scan_mask = m_ExtraAlphaBuf.data() + (col - m_DestClip.left); in StretchVert()
712 if (src_scan_mask) in StretchVert()
[all …]