Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GsidProc.cpp43 CJBig2_List<CJBig2_Image> GSPLANES(GSBPP); in decode_Arith() local
54 GSPLANES.set(i, pImage); in decode_Arith()
57 pImage->composeFrom(0, 0, GSPLANES.get(i + 1), JBIG2_COMPOSE_XOR); in decode_Arith()
65 GSVALS.get()[y * GSW + x] |= GSPLANES.get(i)->getPixel(x, y) << i; in decode_Arith()
79 std::unique_ptr<CJBig2_Image*> GSPLANES(FX_Alloc(CJBig2_Image*, GSBPP)); in decode_MMR() local
80 JBIG2_memset(GSPLANES.get(), 0, sizeof(CJBig2_Image*) * GSBPP); in decode_MMR()
82 pGRD->Start_decode_MMR(&GSPLANES.get()[GSBPP - 1], pStream, nullptr); in decode_MMR()
86 if (!GSPLANES.get()[GSBPP - 1]) in decode_MMR()
94 pGRD->Start_decode_MMR(&GSPLANES.get()[J], pStream, nullptr); in decode_MMR()
98 if (!GSPLANES.get()[J]) { in decode_MMR()
[all …]