Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HtrdProc.cpp26 HSKIP = pdfium::MakeUnique<CJBig2_Image>(HGW, HGH); in decode_Arith()
27 for (mg = 0; mg < HGH; mg++) { in decode_Arith()
47 pGID->GSH = HGH; in decode_Arith()
56 for (mg = 0; mg < HGH; mg++) { in decode_Arith()
85 pGID->GSH = HGH; in decode_MMR()
92 for (mg = 0; mg < HGH; mg++) { in decode_MMR()
DJBig2_HtrdProc.h37 uint32_t HGH; variable
DJBig2_Context.cpp985 m_pStream->readInteger(&pHRD->HGH) != 0 || in parseHalftoneRegion()
993 if (pHRD->HGW == 0 || pHRD->HGH == 0) in parseHalftoneRegion()