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 - 4
of
4
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_Define.h
33
#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
)
303
if ((int)HCHEIGHT < 0 || (int)HCHEIGHT >
JBIG2_MAX_IMAGE_SIZE
)
319
if ((int)SYMWIDTH < 0 || (int)SYMWIDTH >
JBIG2_MAX_IMAGE_SIZE
)
JBig2_GrdProc.cpp
49
if (GBW == 0 || GBW >
JBIG2_MAX_IMAGE_SIZE
|| GBH == 0 ||
50
GBH >
JBIG2_MAX_IMAGE_SIZE
) {
645
if (GBW == 0 || GBW >
JBIG2_MAX_IMAGE_SIZE
|| GBH == 0 ||
646
GBH >
JBIG2_MAX_IMAGE_SIZE
) {
[
all
...]
JBig2_GrrdProc.cpp
19
if (GRW == 0 || GRW >
JBIG2_MAX_IMAGE_SIZE
|| GRH == 0 ||
20
GRH >
JBIG2_MAX_IMAGE_SIZE
) {
Completed in 1227 milliseconds