Home
last modified time | relevance | path

Searched refs:pRI (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h84 JBig2_Result ParseRegionInfo(JBig2RegionInfo* pRI);
DJBig2_Context.cpp1118 JBig2_Result CJBig2_Context::ParseRegionInfo(JBig2RegionInfo* pRI) { in ParseRegionInfo() argument
1119 if (m_pStream->readInteger((uint32_t*)&pRI->width) != 0 || in ParseRegionInfo()
1120 m_pStream->readInteger((uint32_t*)&pRI->height) != 0 || in ParseRegionInfo()
1121 m_pStream->readInteger((uint32_t*)&pRI->x) != 0 || in ParseRegionInfo()
1122 m_pStream->readInteger((uint32_t*)&pRI->y) != 0 || in ParseRegionInfo()
1123 m_pStream->read1Byte(&pRI->flags) != 0) { in ParseRegionInfo()