Searched refs:mask_scan (Results 1 – 2 of 2) sorted by relevance
557 const uint8_t* mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawPatternImage() local559 int alpha = *mask_scan++; in DrawPatternImage()650 const uint8_t* mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawMaskedImage() local652 int alpha = *mask_scan++; in DrawMaskedImage()
100 uint8_t* mask_scan = in IntersectMaskF() local106 old_scan[col - m_Box.left] * mask_scan[col - left] / 255; in IntersectMaskF()