Searched refs:HTREG (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GeneralDecoder.cpp | 3049 CJBig2_Image *HTREG; in decode_Arith() local 3051 JBIG2_ALLOC(HTREG, CJBig2_Image(HBW, HBH)); in decode_Arith() 3052 HTREG->fill(HDEFPIXEL); in decode_Arith() 3093 HTREG->composeFrom(x, y, HPATS[pat_index], HCOMBOP); in decode_Arith() 3101 return HTREG; in decode_Arith() 3107 delete HTREG; in decode_Arith() 3116 CJBig2_Image *HTREG; in decode_MMR() local 3118 JBIG2_ALLOC(HTREG, CJBig2_Image(HBW, HBH)); in decode_MMR() 3119 HTREG->fill(HDEFPIXEL); in decode_MMR() 3142 HTREG->composeFrom(x, y, HPATS[pat_index], HCOMBOP); in decode_MMR() [all …]
|