Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.h244 HRY; variable
DJBig2_GeneralDecoder.cpp3058 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_Arith()
3059 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_Arith()
3087 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_Arith()
3088 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_Arith()
3136 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_MMR()
3137 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_MMR()
DJBig2_Context.cpp1399 || (m_pStream->readShortInteger(&pHRD->HRY) != 0)) { in parseHalftoneRegion()