OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUMPATS
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_PatternDict.cpp
12
NUMPATS
= 0;
18
for (uint32_t i = 0; i <
NUMPATS
; i++) {
JBig2_PatternDict.h
19
uint32_t
NUMPATS
;
JBig2_PddProc.cpp
22
pDict->
NUMPATS
= GRAYMAX + 1;
23
pDict->HDPATS = FX_Alloc(CJBig2_Image*, pDict->
NUMPATS
);
24
JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->
NUMPATS
);
64
pDict->
NUMPATS
= GRAYMAX + 1;
65
pDict->HDPATS = FX_Alloc(CJBig2_Image*, pDict->
NUMPATS
);
66
JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->
NUMPATS
);
JBig2_Context.cpp
[
all
...]
Completed in 801 milliseconds