Home
last modified time | relevance | path

Searched refs:copyLine (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp95 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 …]
DJBig2_Image.h40 void copyLine(int32_t hTo, int32_t hFrom);
DJBig2_Image.cpp106 void CJBig2_Image::copyLine(int32_t hTo, int32_t hFrom) { in copyLine() function in CJBig2_Image