Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp326 MaybeOwned<CJBig2_Image> pIBI; in DecodeArith() local
328 pIBI = SBSYMS[IDI]; in DecodeArith()
366 pIBI = pGRRD->Decode(pArithDecoder, grContext); in DecodeArith()
368 if (!pIBI) in DecodeArith()
371 uint32_t WI = pIBI->width(); in DecodeArith()
372 uint32_t HI = pIBI->height(); in DecodeArith()
385 pIBI.Get()->ComposeTo(SBREG.get(), compose.x, compose.y, SBCOMBOP); in DecodeArith()