Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp3046 CJBig2_Image *HSKIP; in decode_Arith() local
3053 HSKIP = NULL; in decode_Arith()
3055 JBIG2_ALLOC(HSKIP, CJBig2_Image(HGW, HGH)); in decode_Arith()
3062 HSKIP->setPixel(ng, mg, 1); in decode_Arith()
3064 HSKIP->setPixel(ng, mg, 0); in decode_Arith()
3079 pGID->GSKIP = HSKIP; in decode_Arith()
3097 if(HSKIP) { in decode_Arith()
3098 delete HSKIP; in decode_Arith()
3103 if(HSKIP) { in decode_Arith()
3104 delete HSKIP; in decode_Arith()