Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp598 const int DestBpp = m_DestBpp / 8; in StretchVert() local
609 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
623 dest_scan += DestBpp; in StretchVert()
630 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
651 dest_scan += DestBpp; in StretchVert()
660 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
684 dest_scan += DestBpp; in StretchVert()
692 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
737 dest_scan += DestBpp; in StretchVert()
Dcfx_scanlinecompositor.cpp1225 int DestBpp, in CompositeRow_8bppRgb2Rgb_NoBlend() argument
1229 int dest_gap = DestBpp - 3; in CompositeRow_8bppRgb2Rgb_NoBlend()
1251 dest_scan += DestBpp; in CompositeRow_8bppRgb2Rgb_NoBlend()
1281 if (DestBpp == 4) { in CompositeRow_8bppRgb2Rgb_NoBlend()
1294 int DestBpp, in CompositeRow_1bppRgb2Rgb_NoBlend() argument
1327 if (DestBpp == 4) { in CompositeRow_1bppRgb2Rgb_NoBlend()
2362 int DestBpp, in CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder() argument
2378 dest_scan += DestBpp; in CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder()
2388 int DestBpp, in CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() argument
2423 dest_scan += DestBpp; in CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder()