Home
last modified time | relevance | path

Searched refs:CopyLine (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp338 img->CopyLine(2, 1); in TEST()
339 img->CopyLine(1, 0); in TEST()
340 img->CopyLine(0, 2); in TEST()
343 img->CopyLine(2, 3); in TEST()
346 img->CopyLine(-1, 0); in TEST()
347 img->CopyLine(4, 0); in TEST()
348 img->CopyLine(-1, -1); in TEST()
349 img->CopyLine(4, 4); in TEST()
DJBig2_GrdProc.cpp112 GBREG->CopyLine(h, h - 1); in DecodeArithOpt3()
215 GBREG->CopyLine(h, h - 1); in DecodeArithTemplateUnopt()
278 GBREG->CopyLine(h, h - 1); in DecodeArithTemplate3Opt3()
358 GBREG->CopyLine(h, h - 1); in DecodeArithTemplate3Unopt()
505 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate0Opt3()
600 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate0Unopt()
664 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate1Opt3()
759 pImage->CopyLine(h, h - 1); in ProgressiveDecodeArithTemplate1Unopt()
819 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate2Opt3()
915 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate2Unopt()
[all …]
DJBig2_Image.h49 void CopyLine(int32_t hTo, int32_t hFrom);
DJBig2_Image.cpp132 void CJBig2_Image::CopyLine(int32_t hTo, int32_t hFrom) { in CopyLine() function in CJBig2_Image