Searched refs:GBREG (Results 1 – 1 of 1) sorted by relevance
92 auto GBREG = pdfium::MakeUnique<CJBig2_Image>(GBW, GBH); in DecodeArithOpt3() local93 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() local199 if (!GBREG->data()) in DecodeArithTemplateUnopt()202 GBREG->Fill(0); in DecodeArithTemplateUnopt()215 GBREG->CopyLine(h, h - 1); in DecodeArithTemplateUnopt()[all …]