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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp1320 if (GRW == 0 || GRH == 0) {
1322 JBIG2_ALLOC(pImage, CJBig2_Image(GRW, GRH));
1348 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH));
1350 for(FX_DWORD h = 0; h < GRH; h++) {
1435 FX_INT32 GRW, GRH; local
1437 GRH = (FX_INT32)CJBig2_GRRDProc::GRH;
1439 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH));
1442 m_pModule->JBig2_Error("Generic refinement region decoding procedure: Create Image Failed with width = %d, height = %d\n", GRW, GRH);
1455 for (FX_INT32 h = 0; h < GRH;
1644 FX_INT32 GRW, GRH; local
[all...]
H A DJBig2_GeneralDecoder.h140 FX_DWORD GRH; member in class:CJBig2_GRRDProc
H A DJBig2_Context.cpp1609 pGRRD->GRH = ri.height;

Completed in 77 milliseconds