Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp25 HSKIP.reset(new CJBig2_Image(HGW, HGH)); in decode_Arith()
27 for (ng = 0; ng < HGW; ng++) { in decode_Arith()
45 pGID->GSW = HGW; in decode_Arith()
56 for (ng = 0; ng < HGW; ng++) { in decode_Arith()
59 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_Arith()
83 pGID->GSW = HGW; in decode_MMR()
92 for (ng = 0; ng < HGW; ng++) { in decode_MMR()
95 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_MMR()
DJBig2_HtrdProc.h37 FX_DWORD HGW; variable
DJBig2_Context.cpp1018 m_pStream->readInteger(&pHRD->HGW) != 0 || in parseHalftoneRegion()
1027 if (pHRD->HGW == 0 || pHRD->HGH == 0) in parseHalftoneRegion()