Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp609 int DestBpp = m_DestBpp / 8; in StretchVert() local
620 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
633 dest_scan += DestBpp; in StretchVert()
640 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
658 dest_scan += DestBpp; in StretchVert()
667 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
690 dest_scan += DestBpp; in StretchVert()
698 m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
745 dest_scan += DestBpp; in StretchVert()
Dfx_dib_composite.cpp2178 int DestBpp, in _CompositeRow_8bppRgb2Rgb_NoBlend() argument
2182 int dest_gap = DestBpp - 3; in _CompositeRow_8bppRgb2Rgb_NoBlend()
2204 dest_scan += DestBpp; in _CompositeRow_8bppRgb2Rgb_NoBlend()
2234 if (DestBpp == 4) { in _CompositeRow_8bppRgb2Rgb_NoBlend()
2246 int DestBpp, in _CompositeRow_1bppRgb2Rgb_NoBlend() argument
2279 if (DestBpp == 4) { in _CompositeRow_1bppRgb2Rgb_NoBlend()
3542 int DestBpp, in _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder() argument
3558 dest_scan += DestBpp; in _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder()
3568 int DestBpp, in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() argument
3603 dest_scan += DestBpp; in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder()