Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4493 int dest_alpha_pitch = m_pBitmap->m_pAlphaMask ? m_pBitmap->m_pAlphaMask->GetPitch() : 0; in ComposeScanlineV() local
4497 … m_pBitmap->m_pAlphaMask->GetBuffer() + dest_x + m_DestTop * dest_alpha_pitch : NULL; in ComposeScanlineV()
4500 dest_alpha_buf += dest_alpha_pitch * (m_DestHeight - 1); in ComposeScanlineV()
4503 int y_alpha_step = dest_alpha_pitch; in ComposeScanlineV()