Searched refs:GRH (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp1268 if (GRW == 0 || GRH == 0) {
1270 JBIG2_ALLOC(pImage, CJBig2_Image(GRW, GRH));
1296 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH));
1298 for(FX_DWORD h = 0; h < GRH; h++) {
1383 FX_INT32 GRW, GRH; local
1385 GRH = (FX_INT32)CJBig2_GRRDProc::GRH;
1387 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH));
1390 m_pModule->JBig2_Error("Generic refinement region decoding procedure: Create Image Failed with width = %d, height = %d\n", GRW, GRH);
1403 for (FX_INT32 h = 0; h < GRH;
1592 FX_INT32 GRW, GRH; local
[all...]
H A DJBig2_GeneralDecoder.h140 FX_DWORD GRH; member in class:CJBig2_GRRDProc
H A DJBig2_Context.cpp1574 pGRRD->GRH = ri.height;

Completed in 86 milliseconds