Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp92 auto GBREG = pdfium::MakeUnique<CJBig2_Image>(GBW, GBH); in DecodeArithOpt3() local
93 if (!GBREG->data()) in DecodeArithOpt3()
97 uint8_t* pLine = GBREG->data(); in DecodeArithOpt3()
98 int32_t nStride = GBREG->stride(); in DecodeArithOpt3()
112 GBREG->CopyLine(h, h - 1); in DecodeArithOpt3()
191 return GBREG; in DecodeArithOpt3()
198 auto GBREG = pdfium::MakeUnique<CJBig2_Image>(GBW, GBH); in DecodeArithTemplateUnopt() local
199 if (!GBREG->data()) in DecodeArithTemplateUnopt()
202 GBREG->Fill(0); in DecodeArithTemplateUnopt()
215 GBREG->CopyLine(h, h - 1); in DecodeArithTemplateUnopt()
[all …]