Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp356 FX_LPBYTE dest_scan_mask = NULL; in ContinueStretchHorz() local
359 dest_scan_mask = m_pExtraAlphaBuf + (m_CurRow - m_SrcClip.top) * m_ExtraMaskPitch; in ContinueStretchHorz()
410 *dest_scan_mask++ = (FX_BYTE)((dest_a * 255) >> 16); in ContinueStretchHorz()
470 *dest_scan_mask++ = (FX_BYTE)((dest_a * 255) >> 16); in ContinueStretchHorz()
526 if (dest_scan_mask) { in ContinueStretchHorz()
527 *dest_scan_mask++ = (FX_BYTE)((dest_a * 255) >> 16); in ContinueStretchHorz()