Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp21 std::unique_ptr<CJBig2_Image> HSKIP; in decode_Arith() local
25 HSKIP.reset(new CJBig2_Image(HGW, HGH)); in decode_Arith()
32 HSKIP->setPixel(ng, mg, 1); in decode_Arith()
34 HSKIP->setPixel(ng, mg, 0); in decode_Arith()
49 pGID->GSKIP = HSKIP.get(); in decode_Arith()