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.cpp548 int DestBpp = m_DestBpp / 8; in StretchVert() local
558 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
568 dest_scan += DestBpp; in StretchVert()
574 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
587 dest_scan += DestBpp; in StretchVert()
595 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
612 dest_scan += DestBpp; in StretchVert()
619 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
660 dest_scan += DestBpp; in StretchVert()
Dfx_dib_composite.cpp1959 int DestBpp, FX_LPCBYTE clip_scan, in _CompositeRow_8bppRgb2Rgb_NoBlend() argument
1963 int dest_gap = DestBpp - 3; in _CompositeRow_8bppRgb2Rgb_NoBlend()
1985 dest_scan += DestBpp; in _CompositeRow_8bppRgb2Rgb_NoBlend()
2015 if (DestBpp == 4) { in _CompositeRow_8bppRgb2Rgb_NoBlend()
2023 FX_DWORD* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan) in _CompositeRow_1bppRgb2Rgb_NoBlend() argument
2056 if (DestBpp == 4) { in _CompositeRow_1bppRgb2Rgb_NoBlend()
3162 int DestBpp, FX_LPCBYTE clip_scan) in _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder() argument
3178 dest_scan += DestBpp; in _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder()
3183 FX_ARGB* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan) in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() argument
3218 dest_scan += DestBpp; in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder()