OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JBIG2_MAX_IMAGE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_Define.h
34
#define
JBIG2_MAX_IMAGE_SIZE
65535
JBig2_SddProc.cpp
73
if ((int)HCHEIGHT < 0 || (int)HCHEIGHT >
JBIG2_MAX_IMAGE_SIZE
) {
86
if ((int)SYMWIDTH < 0 || (int)SYMWIDTH >
JBIG2_MAX_IMAGE_SIZE
)
341
if ((int)HCHEIGHT < 0 || (int)HCHEIGHT >
JBIG2_MAX_IMAGE_SIZE
) {
358
if ((int)SYMWIDTH < 0 || (int)SYMWIDTH >
JBIG2_MAX_IMAGE_SIZE
) {
Completed in 39 milliseconds