Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.h239 FX_DWORD HGW, variable
DJBig2_GeneralDecoder.cpp3055 JBIG2_ALLOC(HSKIP, CJBig2_Image(HGW, HGH)); in decode_Arith()
3057 for(ng = 0; ng < HGW; ng++) { in decode_Arith()
3075 pGID->GSW = HGW; in decode_Arith()
3086 for(ng = 0; ng < HGW; ng++) { in decode_Arith()
3089 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_Arith()
3126 pGID->GSW = HGW; in decode_MMR()
3135 for(ng = 0; ng < HGW; ng++) { in decode_MMR()
3138 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_MMR()
DJBig2_Context.cpp1394 || (m_pStream->readInteger(&pHRD->HGW) != 0) in parseHalftoneRegion()