HomeSort by relevance Sort by last modified time
    Searched refs:HNUMPATS (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_HtrdProc.cpp 40 while ((FX_DWORD)(1 << HBPP) < HNUMPATS) {
60 if (pat_index >= HNUMPATS) {
61 pat_index = HNUMPATS - 1;
78 while ((FX_DWORD)(1 << HBPP) < HNUMPATS) {
96 if (pat_index >= HNUMPATS) {
97 pat_index = HNUMPATS - 1;
JBig2_HtrdProc.h 32 FX_DWORD HNUMPATS;
JBig2_Context.cpp     [all...]

Completed in 400 milliseconds