Home
last modified time | relevance | path

Searched refs:HGH (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()
26 for (mg = 0; mg < HGH; mg++) { in decode_Arith()
46 pGID->GSH = HGH; in decode_Arith()
55 for (mg = 0; mg < HGH; mg++) { in decode_Arith()
84 pGID->GSH = HGH; in decode_MMR()
91 for (mg = 0; mg < HGH; mg++) { in decode_MMR()
DJBig2_HtrdProc.h38 FX_DWORD HGH; variable
DJBig2_Context.cpp1019 m_pStream->readInteger(&pHRD->HGH) != 0 || in parseHalftoneRegion()
1027 if (pHRD->HGW == 0 || pHRD->HGH == 0) in parseHalftoneRegion()