Searched refs:src_scan_mask (Results 1 – 1 of 1) sorted by relevance
367 const uint8_t* src_scan_mask = nullptr; in ContinueStretchHorz() local370 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() local644 src_scan_mask[(j - m_SrcClip.top) * m_ExtraMaskPitch]; in StretchVert()693 unsigned char* src_scan_mask = nullptr; in StretchVert() local695 src_scan_mask = m_ExtraAlphaBuf.data() + (col - m_DestClip.left); in StretchVert()709 if (src_scan_mask) in StretchVert()[all …]