Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.cpp29 pGRD->GBH = HDPH; in decode_Arith()
52 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_Arith()
71 pGRD->GBH = HDPH; in decode_MMR()
78 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_MMR()
DJBig2_PddProc.h29 uint8_t HDPH; variable
DJBig2_Context.cpp944 m_pStream->read1Byte(&pPDD->HDPH) != 0 || in parsePatternDict()