Home
last modified time | relevance | path

Searched refs:CFX_FillRenderOptions (Results 1 – 25 of 66) sorted by relevance

123

/external/pdfium/core/fxge/
Dcfx_fillrenderoptions.h11 struct CFX_FillRenderOptions { struct
26 static constexpr CFX_FillRenderOptions EvenOddOptions() { in EvenOddOptions() argument
27 return CFX_FillRenderOptions(FillType::kEvenOdd); in EvenOddOptions()
29 static constexpr CFX_FillRenderOptions WindingOptions() { in WindingOptions() argument
30 return CFX_FillRenderOptions(FillType::kWinding); in WindingOptions()
33 constexpr CFX_FillRenderOptions() in CFX_FillRenderOptions() function
34 : CFX_FillRenderOptions(FillType::kNoFill) {} in CFX_FillRenderOptions()
38 constexpr explicit CFX_FillRenderOptions(FillType fill_type) in CFX_FillRenderOptions() function
49 bool operator==(const CFX_FillRenderOptions& other) const {
59 bool operator!=(const CFX_FillRenderOptions& other) const {
Dcfx_windowsrenderdevice_embeddertest.cpp60 path_data, &kIdentityMatrix, CFX_FillRenderOptions::WindingOptions())); in TEST_F()
69 path_data, &kIdentityMatrix, CFX_FillRenderOptions::WindingOptions())); in TEST_F()
83 path_data, &kIdentityMatrix, CFX_FillRenderOptions::WindingOptions())); in TEST_F()
97 path_data, &kIdentityMatrix, CFX_FillRenderOptions::WindingOptions())); in TEST_F()
Dcfx_renderdevice.h31 struct CFX_FillRenderOptions;
74 const CFX_FillRenderOptions& fill_options);
84 const CFX_FillRenderOptions& fill_options);
90 const CFX_FillRenderOptions& fill_options,
171 const CFX_FillRenderOptions& fill_options);
242 const CFX_FillRenderOptions& fill_options,
247 const CFX_FillRenderOptions& fill_options,
Dcfx_renderdevice.cpp559 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill()
581 if (!SetClip_PathFill(path, nullptr, CFX_FillRenderOptions::WindingOptions())) in SetClip_Rect()
602 const CFX_FillRenderOptions& fill_options) { in DrawPath()
613 const CFX_FillRenderOptions& fill_options, in DrawPathWithBlend()
616 fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill; in DrawPathWithBlend()
746 const CFX_FillRenderOptions& fill_options, in DrawFillStrokePath()
823 const CFX_FillRenderOptions& fill_options, in DrawCosmeticLine()
866 CFX_FillRenderOptions path_options; in DrawZeroAreaPath()
1078 CFX_FillRenderOptions path_options; in DrawNormalText()
1213 const CFX_FillRenderOptions& fill_options) { in DrawTextPath()
[all …]
Drenderdevicedriver_iface.h29 struct CFX_FillRenderOptions;
51 const CFX_FillRenderOptions& fill_options) = 0;
60 const CFX_FillRenderOptions& fill_options,
Dcfx_defaultrenderdevice_unittest.cpp29 const CFX_FillRenderOptions fill_options( in TEST()
30 CFX_FillRenderOptions::FillType::kEvenOdd); in TEST()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.h37 return m_FillType == CFX_FillRenderOptions::FillType::kNoFill; in has_no_filltype()
40 return m_FillType == CFX_FillRenderOptions::FillType::kWinding; in has_winding_filltype()
43 return m_FillType == CFX_FillRenderOptions::FillType::kEvenOdd; in has_alternate_filltype()
46 m_FillType = CFX_FillRenderOptions::FillType::kNoFill; in set_no_filltype()
49 m_FillType = CFX_FillRenderOptions::FillType::kWinding; in set_winding_filltype()
52 m_FillType = CFX_FillRenderOptions::FillType::kEvenOdd; in set_alternate_filltype()
55 CFX_FillRenderOptions::FillType filltype() const { return m_FillType; } in filltype()
56 void set_filltype(CFX_FillRenderOptions::FillType fill_type) { in set_filltype()
68 CFX_FillRenderOptions::FillType m_FillType =
69 CFX_FillRenderOptions::FillType::kNoFill;
Dcpdf_clippath.h40 CFX_FillRenderOptions::FillType GetClipType(size_t i) const;
44 void AppendPath(CPDF_Path path, CFX_FillRenderOptions::FillType type);
46 CFX_FillRenderOptions::FillType type);
59 std::pair<CPDF_Path, CFX_FillRenderOptions::FillType>;
Dcpdf_streamcontentparser.cpp564 AddPathObject(CFX_FillRenderOptions::FillType::kWinding, RenderType::kStroke); in Handle_CloseFillStrokePath()
568 AddPathObject(CFX_FillRenderOptions::FillType::kWinding, RenderType::kStroke); in Handle_FillStrokePath()
573 AddPathObject(CFX_FillRenderOptions::FillType::kEvenOdd, RenderType::kStroke); in Handle_CloseEOFillStrokePath()
577 AddPathObject(CFX_FillRenderOptions::FillType::kEvenOdd, RenderType::kStroke); in Handle_EOFillStrokePath()
876 AddPathObject(CFX_FillRenderOptions::FillType::kWinding, RenderType::kFill); in Handle_FillPath()
880 AddPathObject(CFX_FillRenderOptions::FillType::kWinding, RenderType::kFill); in Handle_FillPathOld()
884 AddPathObject(CFX_FillRenderOptions::FillType::kEvenOdd, RenderType::kFill); in Handle_EOFillPath()
977 AddPathObject(CFX_FillRenderOptions::FillType::kNoFill, RenderType::kFill); in Handle_EndPath()
1032 AddPathObject(CFX_FillRenderOptions::FillType::kNoFill, RenderType::kStroke); in Handle_CloseStrokePath()
1036 AddPathObject(CFX_FillRenderOptions::FillType::kNoFill, RenderType::kStroke); in Handle_StrokePath()
[all …]
Dcpdf_clippath.cpp29 CFX_FillRenderOptions::FillType CPDF_ClipPath::GetClipType(size_t i) const { in GetClipType()
78 CFX_FillRenderOptions::FillType type) { in AppendPath()
85 CFX_FillRenderOptions::FillType type) { in AppendPathWithAutoMerge()
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp70 driver->SetClip_PathFill(clipPath, &clipMatrix, CFX_FillRenderOptions()); in CommonTest()
73 CFX_FillRenderOptions::WindingOptions(), in CommonTest()
90 driver->SetClip_PathFill(clipPath, &clipMatrix, CFX_FillRenderOptions()); in CommonTest()
92 driver->SetClip_PathFill(clipPath2, &clipMatrix, CFX_FillRenderOptions()); in CommonTest()
94 driver->SetClip_PathFill(clipPath, &clipMatrix2, CFX_FillRenderOptions()); in CommonTest()
97 CFX_FillRenderOptions::WindingOptions(), in CommonTest()
113 driver->SetClip_PathFill(clipPath, &clipMatrix, CFX_FillRenderOptions()); in OutOfSequenceClipTest()
116 driver->SetClip_PathFill(clipPath, &clipMatrix, CFX_FillRenderOptions()); in OutOfSequenceClipTest()
122 driver->SetClip_PathFill(clipPath, &clipMatrix, CFX_FillRenderOptions()); in OutOfSequenceClipTest()
124 driver->SetClip_PathFill(clipPath, &clipMatrix, CFX_FillRenderOptions()); in OutOfSequenceClipTest()
Dfx_skia_device.h57 const CFX_FillRenderOptions& fill_options) // fill options
74 const CFX_FillRenderOptions& fill_options,
222 CFX_FillRenderOptions m_FillOptions;
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.h56 CFX_FillRenderOptions::FillType fill_type,
79 CFX_FillRenderOptions::FillType fill_type,
82 const CFX_FillRenderOptions& fill_options,
85 const CFX_FillRenderOptions& fill_options,
Dcfgas_gegraphics.cpp181 CFX_FillRenderOptions::FillType fill_type, in FillPath()
218 CFX_FillRenderOptions()); in RenderDeviceStrokePath()
223 CFX_FillRenderOptions::FillType fill_type, in RenderDeviceFillPath()
228 const CFX_FillRenderOptions fill_options(fill_type); in RenderDeviceFillPath()
247 const CFX_FillRenderOptions& fill_options, in FillPathWithPattern()
286 const CFX_FillRenderOptions& fill_options, in FillPathWithShading()
/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp110 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawTotalBK()
122 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawHeadBk()
139 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawLButton()
144 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawLButton()
174 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawRButton()
179 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawRButton()
230 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawDatesInBK()
239 path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawDatesInBK()
Dcfwl_checkboxtp.cpp61 pGraphics->FillPath(*m_pCheckPath, CFX_FillRenderOptions::FillType::kWinding, in DrawSignCheck()
74 pGraphics->FillPath(path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawSignCircle()
110 pGraphics->FillPath(path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawSignDiamond()
122 pGraphics->FillPath(path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawSignSquare()
152 pGraphics->FillPath(path, CFX_FillRenderOptions::FillType::kWinding, matrix); in DrawSignStar()
Dcfwl_edittp.cpp33 CFX_FillRenderOptions::FillType::kWinding, in DrawBackground()
49 pGraphics->FillPath(path, CFX_FillRenderOptions::FillType::kWinding, in DrawBackground()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp84 CFX_FillRenderOptions GetFillOptionsForDrawPathWithBlend( in GetFillOptionsForDrawPathWithBlend()
87 CFX_FillRenderOptions::FillType fill_type, in GetFillOptionsForDrawPathWithBlend()
90 CFX_FillRenderOptions fill_options(fill_type); in GetFillOptionsForDrawPathWithBlend()
91 if (fill_type != CFX_FillRenderOptions::FillType::kNoFill && options.bRectAA) in GetFillOptionsForDrawPathWithBlend()
105 CFX_FillRenderOptions GetFillOptionsForDrawTextPath( in GetFillOptionsForDrawTextPath()
110 CFX_FillRenderOptions fill_options; in GetFillOptionsForDrawTextPath()
376 CFX_FillRenderOptions::FillType fill_type = path_obj->filltype(); in ProcessPath()
379 if (fill_type == CFX_FillRenderOptions::FillType::kNoFill && !stroke) in ProcessPath()
387 fill_type != CFX_FillRenderOptions::FillType::kNoFill) { in ProcessPath()
389 fill_type = CFX_FillRenderOptions::FillType::kNoFill; in ProcessPath()
[all …]
Dcpdf_textrenderer.h22 struct CFX_FillRenderOptions;
47 const CFX_FillRenderOptions& fill_options);
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h47 const CFX_FillRenderOptions& fill_options) override;
56 const CFX_FillRenderOptions& fill_options,
114 CFX_FillRenderOptions m_FillOptions;
/external/pdfium/core/fxge/win32/
Dcgdi_plus_ext.h21 struct CFX_FillRenderOptions;
46 const CFX_FillRenderOptions& fill_options);
Dcfx_psrenderer.h35 struct CFX_FillRenderOptions;
69 const CFX_FillRenderOptions& fill_options);
79 const CFX_FillRenderOptions& fill_options);
Dcgdi_device_driver.h29 const CFX_FillRenderOptions& fill_options) override;
38 const CFX_FillRenderOptions& fill_options,
Dctext_only_printer_driver.h27 const CFX_FillRenderOptions& fill_options) override;
36 const CFX_FillRenderOptions& fill_options,
Dcps_printer_driver.cpp85 CFX_FillRenderOptions::WindingOptions()); in CPSPrinterDriver()
129 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill()
147 const CFX_FillRenderOptions& fill_options, in DrawPath()

123