Searched defs:src_scan_mask (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp448 const uint8_t* src_scan_mask = nullptr; local
451 src_scan_mask = m_pSource->m_pAlphaMask->GetScanline(m_CurRow);
513 pixel_weight = pixel_weight * src_scan_mask[j] / 255;
575 pixel_weight = pixel_weight * src_scan_mask[j] / 255;
652 pixel_weight = pixel_weight * src_scan_mask[j] / 255;
732 unsigned char* src_scan_mask = local
745 src_scan_mask[(j - m_SrcClip.top) * m_ExtraMaskPitch];
796 unsigned char* src_scan_mask = nullptr; local
798 src_scan_mask = m_pExtraAlphaBuf + (col - m_DestClip.left);
811 if (src_scan_mask) {
[all...]

Completed in 43 milliseconds