Searched refs:dest_alpha_pitch (Results 1 – 1 of 1) sorted by relevance
4493 int dest_alpha_pitch = m_pBitmap->m_pAlphaMask ? m_pBitmap->m_pAlphaMask->GetPitch() : 0; in ComposeScanlineV() local4497 … 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()