OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDE_HATCHSTYLE_Min
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_brs.h
107
#define
FDE_HATCHSTYLE_Min
FDE_HATCHSTYLE_Horizontal
/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 46 milliseconds