Searched refs:copyLine (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 95 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_opt3() 185 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_unopt() 243 GBREG->copyLine(h, h - 1); in decode_Arith_Template1_opt3() 333 GBREG->copyLine(h, h - 1); in decode_Arith_Template1_unopt() 389 GBREG->copyLine(h, h - 1); in decode_Arith_Template2_opt3() 479 GBREG->copyLine(h, h - 1); in decode_Arith_Template2_unopt() 534 GBREG->copyLine(h, h - 1); in decode_Arith_Template3_opt3() 611 GBREG->copyLine(h, h - 1); in decode_Arith_Template3_unopt() 770 pImage->copyLine(m_loopIndex, m_loopIndex - 1); in decode_Arith_Template0_opt3() 865 pImage->copyLine(m_loopIndex, m_loopIndex - 1); in decode_Arith_Template0_unopt() [all …]
|
D | JBig2_Image.h | 40 void copyLine(int32_t hTo, int32_t hFrom);
|
D | JBig2_Image.cpp | 106 void CJBig2_Image::copyLine(int32_t hTo, int32_t hFrom) { in copyLine() function in CJBig2_Image
|