OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDE_HATCHSTYLE_Max
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_brs.h
108
#define
FDE_HATCHSTYLE_Max
(FDE_HATCHSTYLE_Total - 1)
/external/pdfium/xfa/src/fdp/src/fde/
fde_object.h
141
return m_iStyle >= FDE_HATCHSTYLE_Min && m_iStyle <=
FDE_HATCHSTYLE_Max
;
fde_gedevice.cpp
421
if (iStyle < FDE_HATCHSTYLE_Min || iStyle >
FDE_HATCHSTYLE_Max
) {
fde_devbasic.cpp
542
if (iHatchStyle < FDE_HATCHSTYLE_Min || iHatchStyle >
FDE_HATCHSTYLE_Max
) {
Completed in 2068 milliseconds