Home | History | Annotate | Download | only in dib

Lines Matching defs:dest_y

981     int dest_y;
984 dest_y = result_height - m_LineIndex - 1;
985 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height /
988 dest_y = m_LineIndex;
989 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight;
1004 m_pDest->ComposeScanline(dest_y, m_pScanline.get(), m_pMaskScanline.get());