Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp601 const int DestBpp = m_DestBpp / 8; in StretchVert() local
612 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
626 dest_scan += DestBpp; in StretchVert()
633 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
654 dest_scan += DestBpp; in StretchVert()
663 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
687 dest_scan += DestBpp; in StretchVert()
695 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
740 dest_scan += DestBpp; in StretchVert()
Dcfx_scanlinecompositor.cpp1200 int DestBpp, in CompositeRow_8bppRgb2Rgb_NoBlend() argument
1204 int dest_gap = DestBpp - 3; in CompositeRow_8bppRgb2Rgb_NoBlend()
1226 dest_scan += DestBpp; in CompositeRow_8bppRgb2Rgb_NoBlend()
1256 if (DestBpp == 4) { in CompositeRow_8bppRgb2Rgb_NoBlend()
1269 int DestBpp, in CompositeRow_1bppRgb2Rgb_NoBlend() argument
1302 if (DestBpp == 4) { in CompositeRow_1bppRgb2Rgb_NoBlend()
2401 int DestBpp, in CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder() argument
2417 dest_scan += DestBpp; in CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder()
2427 int DestBpp, in CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() argument
2462 dest_scan += DestBpp; in CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder()