Home
last modified time | relevance | path

Searched refs:FX_HatchStyle (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_pattern.cpp60 FX_HatchStyle iHatch = FX_HatchStyle::Cross; in Draw()
63 iHatch = FX_HatchStyle::DiagonalCross; in Draw()
66 iHatch = FX_HatchStyle::ForwardDiagonal; in Draw()
69 iHatch = FX_HatchStyle::BackwardDiagonal; in Draw()
72 iHatch = FX_HatchStyle::Horizontal; in Draw()
75 iHatch = FX_HatchStyle::Vertical; in Draw()
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepattern.h19 CXFA_GEPattern(FX_HatchStyle hatchStyle,
31 const FX_HatchStyle m_hatchStyle;
Dcxfa_gepattern.cpp9 CXFA_GEPattern::CXFA_GEPattern(FX_HatchStyle hatchStyle, in CXFA_GEPattern()
Dcxfa_graphics.h24 enum class FX_HatchStyle { enum
Dcxfa_graphics.cpp279 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle; in FillPathWithPattern()