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

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrrdProc.cpp146 int32_t iGRH = static_cast<int32_t>(GRH); local
147 auto GRREG = pdfium::MakeUnique<CJBig2_Image>(iGRW, iGRH);
161 for (int32_t h = 0; h < iGRH; h++) {
399 int32_t iGRH = static_cast<int32_t>(GRH); local
400 auto GRREG = pdfium::MakeUnique<CJBig2_Image>(iGRW, iGRH);
415 for (int32_t h = 0; h < iGRH; h++) {

Completed in 116 milliseconds