Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrrdProc.cpp151 int32_t iGRH = static_cast<int32_t>(GRH); in DecodeTemplate0Opt() local
152 auto GRREG = pdfium::MakeUnique<CJBig2_Image>(iGRW, iGRH); in DecodeTemplate0Opt()
166 for (int32_t h = 0; h < iGRH; h++) { in DecodeTemplate0Opt()
398 int32_t iGRH = static_cast<int32_t>(GRH); in DecodeTemplate1Opt() local
399 auto GRREG = pdfium::MakeUnique<CJBig2_Image>(iGRW, iGRH); in DecodeTemplate1Opt()
414 for (int32_t h = 0; h < iGRH; h++) { in DecodeTemplate1Opt()