Searched refs:GRW (Results 1 – 3 of 3) sorted by relevance
1320 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() local1436 GRW = (FX_INT32)CJBig2_GRRDProc::GRW; in decode_Template0_opt()1439 JBIG2_ALLOC(GRREG, CJBig2_Image(GRW, GRH)); in decode_Template0_opt()[all …]
139 FX_DWORD GRW;
1608 pGRRD->GRW = ri.width; in parseGenericRefinementRegion()