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.cpp331 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()
DJBig2_GrdProc.cpp111 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 …]
DJBig2_Image.h53 void CopyLine(int32_t hTo, int32_t hFrom);
DJBig2_Image.cpp136 void CJBig2_Image::CopyLine(int32_t hTo, int32_t hFrom) { in CopyLine() function in CJBig2_Image