Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GsidProc.cpp23 pGRD->GBH = GSH; in decode_Arith()
60 FX_Alloc2D(FX_DWORD, GSW, GSH)); in decode_Arith()
61 JBIG2_memset(GSVALS.get(), 0, sizeof(FX_DWORD) * GSW * GSH); in decode_Arith()
62 for (FX_DWORD y = 0; y < GSH; ++y) { in decode_Arith()
77 pGRD->GBH = GSH; in decode_MMR()
110 std::unique_ptr<FX_DWORD> GSVALS(FX_Alloc2D(FX_DWORD, GSW, GSH)); in decode_MMR()
111 JBIG2_memset(GSVALS.get(), 0, sizeof(FX_DWORD) * GSW * GSH); in decode_MMR()
112 for (FX_DWORD y = 0; y < GSH; ++y) { in decode_MMR()
DJBig2_HtrdProc.cpp46 pGID->GSH = HGH; in decode_Arith()
84 pGID->GSH = HGH; in decode_MMR()
DJBig2_GsidProc.h31 FX_DWORD GSH; variable