Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_composite.cpp4970 int dest_alpha_pitch = in ComposeScanlineV() local
4977 dest_x + m_DestTop * dest_alpha_pitch in ComposeScanlineV()
4981 dest_alpha_buf += dest_alpha_pitch * (m_DestHeight - 1); in ComposeScanlineV()
4984 int y_alpha_step = dest_alpha_pitch; in ComposeScanlineV()