Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp30 if ((x + HPW <= 0) | (x >= (int32_t)HBW) | (y + HPH <= 0) | in decode_Arith()
31 (y >= (int32_t)HPH)) { in decode_Arith()
DJBig2_HtrdProc.h44 uint8_t HPH; variable
DJBig2_Context.cpp1052 pHRD->HPH = pPatternDict->HDPATS[0]->m_nHeight; in parseHalftoneRegion()