Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp557 const uint8_t* mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawPatternImage() local
559 int alpha = *mask_scan++; in DrawPatternImage()
650 const uint8_t* mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawMaskedImage() local
652 int alpha = *mask_scan++; in DrawMaskedImage()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp100 uint8_t* mask_scan = in IntersectMaskF() local
106 old_scan[col - m_Box.left] * mask_scan[col - left] / 255; in IntersectMaskF()