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.cpp558 int DestBpp = m_DestBpp / 8; in StretchVert() local
568 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
578 dest_scan += DestBpp; in StretchVert()
584 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
597 dest_scan += DestBpp; in StretchVert()
605 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
622 dest_scan += DestBpp; in StretchVert()
629 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp; in StretchVert()
670 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()
3163 int DestBpp, FX_LPCBYTE clip_scan) in _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder() argument
3179 dest_scan += DestBpp; in _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder()
3184 FX_ARGB* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan) in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() argument
3219 dest_scan += DestBpp; in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder()