Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_pattern.cpp61 FX_HatchStyle iHatch = FX_HatchStyle::Cross; in Draw()
64 iHatch = FX_HatchStyle::DiagonalCross; in Draw()
67 iHatch = FX_HatchStyle::ForwardDiagonal; in Draw()
70 iHatch = FX_HatchStyle::BackwardDiagonal; in Draw()
73 iHatch = FX_HatchStyle::Horizontal; in Draw()
76 iHatch = FX_HatchStyle::Vertical; in Draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxgraphics/
H A Dcxfa_gepattern.h19 CXFA_GEPattern(FX_HatchStyle hatchStyle,
28 const FX_HatchStyle m_hatchStyle;
H A Dcxfa_gepattern.cpp9 CXFA_GEPattern::CXFA_GEPattern(FX_HatchStyle hatchStyle, in CXFA_GEPattern()
H A Dcxfa_graphics.h19 enum class FX_HatchStyle { enum
H A Dcxfa_graphics.cpp253 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle; in FillPathWithPattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/graphics/
H A Dcfgas_gepattern.h19 CFGAS_GEPattern(FX_HatchStyle hatchStyle,
28 const FX_HatchStyle m_hatchStyle;
H A Dcfgas_gepattern.cpp9 CFGAS_GEPattern::CFGAS_GEPattern(FX_HatchStyle hatchStyle, in CFGAS_GEPattern()
H A Dcfgas_gegraphics.h19 enum class FX_HatchStyle { enum
H A Dcfgas_gegraphics.cpp256 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle; in FillPathWithPattern()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxgraphics/
H A Dcfx_pattern.h19 CFX_Pattern(FX_HatchStyle hatchStyle,
31 const FX_HatchStyle m_hatchStyle;
H A Dcfx_pattern.cpp9 CFX_Pattern::CFX_Pattern(FX_HatchStyle hatchStyle, in CFX_Pattern()
H A Dcfx_graphics.cpp1328 FX_HatchStyle hatchStyle = m_info.fillColor->m_info.pattern->m_hatchStyle; in FillPathWithPattern()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxgraphics/include/
H A Dcfx_graphics.h38 enum FX_HatchStyle { enum
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp1569 FX_HatchStyle iHatch = FX_HATCHSTYLE_Cross; in XFA_BOX_Fill_Pattern()