Home
last modified time | relevance | path

Searched defs:src_Bpp (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp587 inline void _CompositeRow_Rgb2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_Bpp, int pixel… in _CompositeRow_Rgb2Gray()
634 void _CompositeRow_Rgb2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_Bpp, int pixel_count, in _CompositeRow_Rgb2Graya()
931 …Argb_Blend_NoClip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int blend_type, int src_Bpp, in _CompositeRow_Rgb2Argb_Blend_NoClip()
992 …p(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int blend_type, int src_Bpp, FX_LPCBYTE cli… in _CompositeRow_Rgb2Argb_Blend_Clip()
1070 …Argb_NoBlend_Clip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int src_Bpp, FX_LPCBYTE cli… in _CompositeRow_Rgb2Argb_NoBlend_Clip()
1132 …positeRow_Rgb2Argb_NoBlend_NoClip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int src_Bpp, in _CompositeRow_Rgb2Argb_NoBlend_NoClip()
1279 …lip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int blend_type, int dest_Bpp, int src_Bpp) in _CompositeRow_Rgb2Rgb_Blend_NoClip()
1302 …st_scan, FX_LPCBYTE src_scan, int width, int blend_type, int dest_Bpp, int src_Bpp, FX_LPCBYTE cli… in _CompositeRow_Rgb2Rgb_Blend_Clip()
1331 …2Rgb_NoBlend_NoClip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int dest_Bpp, int src_Bpp) in _CompositeRow_Rgb2Rgb_NoBlend_NoClip()
1345 …lip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int dest_Bpp, int src_Bpp, FX_LPCBYTE cli… in _CompositeRow_Rgb2Rgb_NoBlend_Clip()
[all …]
Dfx_dib_main.cpp1136 int src_Bpp = m_bpp / 8; local