Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SddProc.cpp29 FX_DWORD SYMWIDTH, TOTWIDTH; in decode_Arith() local
74 SYMWIDTH = 0; in decode_Arith()
83 SYMWIDTH = SYMWIDTH + DW; in decode_Arith()
84 if ((int)SYMWIDTH < 0 || (int)SYMWIDTH > JBIG2_MAX_IMAGE_SIZE) in decode_Arith()
87 if (HCHEIGHT == 0 || SYMWIDTH == 0) { in decode_Arith()
88 TOTWIDTH = TOTWIDTH + SYMWIDTH; in decode_Arith()
93 TOTWIDTH = TOTWIDTH + SYMWIDTH; in decode_Arith()
97 pGRD->GBW = SYMWIDTH; in decode_Arith()
120 pDecoder->SBW = SYMWIDTH; in decode_Arith()
219 pGRRD->GRW = SYMWIDTH; in decode_Arith()
[all …]