Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp328 MaybeOwned<CJBig2_Image> pIBI; in DecodeArith() local
330 pIBI = SBSYMS[IDI]; in DecodeArith()
368 pIBI = pGRRD->Decode(pArithDecoder, grContext); in DecodeArith()
370 if (!pIBI) in DecodeArith()
373 uint32_t WI = pIBI->width(); in DecodeArith()
374 uint32_t HI = pIBI->height(); in DecodeArith()
387 pIBI.Get()->ComposeTo(SBREG.get(), compose.x, compose.y, SBCOMBOP); in DecodeArith()