Lines Matching refs:clip_scan

341                      uint8_t* clip_scan);
350 uint8_t* clip_scan,
360 uint8_t* clip_scan,
370 uint8_t* clip_scan,
380 uint8_t* clip_scan,
387 const uint8_t* clip_scan,
401 inline int GetSrcAlpha(const uint8_t* clip_scan, int col) const { in GetSrcAlpha() argument
402 return clip_scan ? m_Alpha * clip_scan[col] / 255 : m_Alpha; in GetSrcAlpha()
406 const uint8_t* clip_scan, in GetSourceAlpha() argument
408 return clip_scan ? m_Alpha * cover_scan[col] * clip_scan[col] / 255 / 255 in GetSourceAlpha()
446 uint8_t* clip_scan) { in CompositeSpan() argument
459 int src_alpha = GetSrcAlpha(clip_scan, col); in CompositeSpan()
490 int src_alpha = GetSrcAlpha(clip_scan, col); in CompositeSpan()
507 int src_alpha = GetSrcAlpha(clip_scan, col); in CompositeSpan()
542 int src_alpha = GetSrcAlpha(clip_scan, col); in CompositeSpan()
566 int src_alpha = GetSrcAlpha(clip_scan, col); in CompositeSpan()
577 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan()
588 uint8_t* clip_scan, in CompositeSpan1bpp() argument
594 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan1bpp()
605 uint8_t* clip_scan, in CompositeSpanGray() argument
613 int src_alpha = m_bFullCover ? GetSrcAlpha(clip_scan, col) in CompositeSpanGray()
614 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanGray()
635 int src_alpha = GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanGray()
653 uint8_t* clip_scan, in CompositeSpanARGB() argument
660 int src_alpha = m_bFullCover ? GetSrcAlpha(clip_scan, col) in CompositeSpanARGB()
661 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanARGB()
684 int src_alpha = m_bFullCover ? GetSrcAlpha(clip_scan, col) in CompositeSpanARGB()
685 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanARGB()
722 uint8_t* clip_scan, in CompositeSpanRGB() argument
729 int src_alpha = GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanRGB()
756 int src_alpha = m_bFullCover ? GetSrcAlpha(clip_scan, col) in CompositeSpanRGB()
757 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanRGB()
784 int src_alpha = m_bFullCover ? GetSrcAlpha(clip_scan, col) in CompositeSpanRGB()
785 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanRGB()
902 const uint8_t* clip_scan, in CompositeSpan1bppHelper() argument
915 int src_alpha = GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpan1bppHelper()