Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp1320 if (GRW == 0 || GRH == 0) { in decode()
1322 JBIG2_ALLOC(pImage, CJBig2_Image(GRW, GRH)); in decode()
1328 && (GRREFERENCEDX == 0) && (GRW == (FX_DWORD)GRREFERENCE->m_nWidth)) { in decode()
1334 if((GRREFERENCEDX == 0) && (GRW == (FX_DWORD)GRREFERENCE->m_nWidth)) { in decode()
1348 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH)); in decode_Template0_unopt()
1367 for(FX_DWORD w = 0; w < GRW; w++) { in decode_Template0_unopt()
1395 for(FX_DWORD w = 0; w < GRW; w++) { in decode_Template0_unopt()
1435 FX_INT32 GRW, GRH; in decode_Template0_opt() local
1436 GRW = (FX_INT32)CJBig2_GRRDProc::GRW; in decode_Template0_opt()
1439 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH)); in decode_Template0_opt()
[all …]
DJBig2_GeneralDecoder.h139 FX_DWORD GRW;
DJBig2_Context.cpp1608 pGRRD->GRW = ri.width; in parseGenericRefinementRegion()