Searched refs:CopyLine (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 331 img->CopyLine(2, 1); in TEST() 332 img->CopyLine(1, 0); in TEST() 333 img->CopyLine(0, 2); in TEST() 336 img->CopyLine(2, 3); in TEST() 339 img->CopyLine(-1, 0); in TEST() 340 img->CopyLine(4, 0); in TEST() 341 img->CopyLine(-1, -1); in TEST() 342 img->CopyLine(4, 4); in TEST()
|
D | JBig2_GrdProc.cpp | 111 GBREG->CopyLine(h, h - 1); in DecodeArithOpt3() 214 GBREG->CopyLine(h, h - 1); in DecodeArithTemplateUnopt() 277 GBREG->CopyLine(h, h - 1); in DecodeArithTemplate3Opt3() 357 GBREG->CopyLine(h, h - 1); in DecodeArithTemplate3Unopt() 504 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate0Opt3() 599 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate0Unopt() 663 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate1Opt3() 758 pImage->CopyLine(h, h - 1); in ProgressiveDecodeArithTemplate1Unopt() 818 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate2Opt3() 914 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate2Unopt() [all …]
|
D | JBig2_Image.h | 53 void CopyLine(int32_t hTo, int32_t hFrom);
|
D | JBig2_Image.cpp | 136 void CJBig2_Image::CopyLine(int32_t hTo, int32_t hFrom) { in CopyLine() function in CJBig2_Image
|