Searched refs:GSW (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GeneralDecoder.h | 273 FX_DWORD GSW, variable
|
D | JBig2_GeneralDecoder.cpp | 3075 pGID->GSW = HGW; in decode_Arith() 3126 pGID->GSW = HGW; in decode_MMR() 3248 GSVALS = (FX_DWORD*)m_pModule->JBig2_Malloc3(sizeof(FX_DWORD), GSW, GSH); in decode_Arith() 3254 JBIG2_memset(GSVALS, 0, sizeof(FX_DWORD)*GSW * GSH); in decode_Arith() 3257 pGRD->GBW = GSW; in decode_Arith() 3300 for(x = 0; x < GSW; x++) { in decode_Arith() 3302 GSVALS[y * GSW + x] |= GSPLANES[J]->getPixel(x, y) << J; in decode_Arith() 3329 GSVALS = (FX_DWORD*)m_pModule->JBig2_Malloc3(sizeof(FX_DWORD), GSW, GSH); in decode_MMR() 3337 JBIG2_memset(GSVALS, 0, sizeof(FX_DWORD)*GSW * GSH); in decode_MMR() 3340 pGRD->GBW = GSW; in decode_MMR() [all …]
|