Searched refs:FX_HatchStyle (Results 1 – 5 of 5) sorted by relevance
60 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()
19 CXFA_GEPattern(FX_HatchStyle hatchStyle,31 const FX_HatchStyle m_hatchStyle;
9 CXFA_GEPattern::CXFA_GEPattern(FX_HatchStyle hatchStyle, in CXFA_GEPattern()
24 enum class FX_HatchStyle { enum
279 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle; in FillPathWithPattern()