Searched refs:pat_index (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp3042 FX_DWORD pat_index = GI[mg * HGW + ng]; local
3043 if (pat_index >= HNUMPATS) {
3044 pat_index = HNUMPATS - 1;
3046 HTREG->composeFrom(x, y, HPATS[pat_index], HCOMBOP);
3091 FX_DWORD pat_index = GI[mg * HGW + ng]; local
3092 if (pat_index >= HNUMPATS) {
3093 pat_index = HNUMPATS - 1;
3095 HTREG->composeFrom(x, y, HPATS[pat_index], HCOMBOP);

Completed in 84 milliseconds