Home
last modified time | relevance | path

Searched refs:fill_options (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h74 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() argument
560 if (!m_pDeviceDriver->SetClip_PathFill(path, pObject2Device, fill_options)) in SetClip_PathFill()
602 const CFX_FillRenderOptions& fill_options) { in DrawPath() argument
604 stroke_color, fill_options, BlendMode::kNormal); in DrawPath()
613 const CFX_FillRenderOptions& fill_options, in DrawPathWithBlend() argument
616 fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill; in DrawPathWithBlend()
627 DrawCosmeticLine(pos1, pos2, fill_color, fill_options, blend_type); in DrawPathWithBlend()
631 if (stroke_alpha == 0 && !fill_options.rect_aa) { in DrawPathWithBlend()
676 if (fill && stroke_alpha == 0 && !fill_options.stroke && in DrawPathWithBlend()
677 !fill_options.text_mode) { in DrawPathWithBlend()
[all …]
Dcfx_defaultrenderdevice_unittest.cpp29 const CFX_FillRenderOptions fill_options( in TEST() local
38 EXPECT_TRUE(device.SetClip_PathFill(path, &object_to_device, fill_options)); in TEST()
Drenderdevicedriver_iface.h51 const CFX_FillRenderOptions& fill_options) = 0;
60 const CFX_FillRenderOptions& fill_options,
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.cpp228 const CFX_FillRenderOptions fill_options(fill_type); in RenderDeviceFillPath() local
232 m_info.fillColor.GetArgb(), 0x0, fill_options); in RenderDeviceFillPath()
235 FillPathWithPattern(path, fill_options, m); in RenderDeviceFillPath()
238 FillPathWithShading(path, fill_options, m); in RenderDeviceFillPath()
247 const CFX_FillRenderOptions& fill_options, in FillPathWithPattern() argument
280 m_renderDevice->SetClip_PathFill(path.GetPath(), &matrix, fill_options); in FillPathWithPattern()
286 const CFX_FillRenderOptions& fill_options, in FillPathWithShading() argument
400 m_renderDevice->SetClip_PathFill(path.GetPath(), &matrix, fill_options); in FillPathWithShading()
Dcfgas_gegraphics.h82 const CFX_FillRenderOptions& fill_options,
85 const CFX_FillRenderOptions& fill_options,
/external/pdfium/core/fxge/win32/
Dcps_printer_driver.cpp129 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument
130 m_PSRenderer.SetClip_PathFill(path, pObject2Device, fill_options); in SetClip_PathFill()
147 const CFX_FillRenderOptions& fill_options, in DrawPath() argument
152 stroke_color, fill_options); in DrawPath()
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.h36 const CFX_FillRenderOptions& fill_options) override;
45 const CFX_FillRenderOptions& fill_options,
Dcgdi_device_driver.cpp570 const CFX_FillRenderOptions& fill_options, in DrawPath() argument
604 ((m_DeviceType != DeviceType::kPrinter && !fill_options.full_cover) || in DrawPath()
610 fill_options)) { in DrawPath()
617 fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill; in DrawPath()
626 SetPolyFillMode(m_hDC, FillTypeToGdiFillType(fill_options.fill_type)); in DrawPath()
643 if (fill_options.text_mode) { in DrawPath()
697 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument
709 SetPolyFillMode(m_hDC, FillTypeToGdiFillType(fill_options.fill_type)); in SetClip_PathFill()
Dctext_only_printer_driver.cpp65 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument
81 const CFX_FillRenderOptions& fill_options, in DrawPath() argument
Dcgdi_plus_ext.cpp614 const CFX_FillRenderOptions& fill_options) { in DrawPath() argument
693 fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill; in DrawPath()
694 if (fill_options.aliased_path) { in DrawPath()
697 } else if (!fill_options.full_cover) { in DrawPath()
724 FillType2Gdip(fill_options.fill_type); in DrawPath()
744 fill_options.stroke_text_mode); in DrawPath()
Dcfx_psrenderer.h69 const CFX_FillRenderOptions& fill_options);
79 const CFX_FillRenderOptions& fill_options);
Dcgdi_plus_ext.h46 const CFX_FillRenderOptions& fill_options);
Dcfx_psrenderer.cpp359 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument
372 if (fill_options.fill_type != CFX_FillRenderOptions::FillType::kWinding) in SetClip_PathFill()
402 const CFX_FillRenderOptions& fill_options) { in DrawPath() argument
425 if (fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill && in DrawPath()
428 if (fill_options.fill_type == CFX_FillRenderOptions::FillType::kWinding) { in DrawPath()
433 } else if (fill_options.fill_type == in DrawPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp90 CFX_FillRenderOptions fill_options(fill_type); in GetFillOptionsForDrawPathWithBlend() local
92 fill_options.rect_aa = true; in GetFillOptionsForDrawPathWithBlend()
94 fill_options.aliased_path = true; in GetFillOptionsForDrawPathWithBlend()
96 fill_options.adjust_stroke = true; in GetFillOptionsForDrawPathWithBlend()
98 fill_options.stroke = true; in GetFillOptionsForDrawPathWithBlend()
100 fill_options.text_mode = true; in GetFillOptionsForDrawPathWithBlend()
102 return fill_options; in GetFillOptionsForDrawPathWithBlend()
110 CFX_FillRenderOptions fill_options; in GetFillOptionsForDrawTextPath() local
112 fill_options.stroke = true; in GetFillOptionsForDrawTextPath()
113 fill_options.stroke_text_mode = true; in GetFillOptionsForDrawTextPath()
[all …]
Dcpdf_textrenderer.cpp62 const CFX_FillRenderOptions& fill_options) { in DrawTextPath() argument
80 stroke_argb, pClippingPath, fill_options)) { in DrawTextPath()
90 fill_options)) { in DrawTextPath()
Dcpdf_textrenderer.h47 const CFX_FillRenderOptions& fill_options);
Dcpdf_rendershading.cpp713 CFX_FillRenderOptions fill_options( in Draw() local
715 fill_options.full_cover = true; in Draw()
717 fill_options.aliased_path = true; in Draw()
722 0, fill_options); in Draw()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp310 const CFX_FillRenderOptions& fill_options) { in GetAlternateOrWindingFillType() argument
311 return fill_options.fill_type == CFX_FillRenderOptions::FillType::kWinding in GetAlternateOrWindingFillType()
1075 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument
1076 DCHECK(fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill); in SetClip_PathFill()
1078 m_FillOptions = fill_options; in SetClip_PathFill()
1100 rasterizer.filling_rule(GetAlternateOrWindingFillType(fill_options)); in SetClip_PathFill()
1155 const CFX_FillRenderOptions& fill_options, in DrawPath() argument
1163 m_FillOptions = fill_options; in DrawPath()
1164 if (fill_options.fill_type != CFX_FillRenderOptions::FillType::kNoFill && in DrawPath()
1172 rasterizer.filling_rule(GetAlternateOrWindingFillType(fill_options)); in DrawPath()
[all …]
Dfx_agg_driver.h47 const CFX_FillRenderOptions& fill_options) override;
56 const CFX_FillRenderOptions& fill_options,
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp232 const CFX_FillRenderOptions& fill_options) { in GetAlternateOrWindingFillType() argument
235 return fill_options.fill_type == CFX_FillRenderOptions::FillType::kEvenOdd in GetAlternateOrWindingFillType()
564 const CFX_FillRenderOptions& fill_options) { in PaintStroke() argument
598 float width = fill_options.zero_area in PaintStroke()
624 spaint->setAntiAlias(!fill_options.aliased_path); in PaintStroke()
1178 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument
1179 m_FillOptions = fill_options; in SetClip_PathFill()
1199 skClipPath.setFillType(GetAlternateOrWindingFillType(fill_options)); in SetClip_PathFill()
1232 const CFX_FillRenderOptions& fill_options, in DrawPath() argument
1234 m_FillOptions = fill_options; in DrawPath()
[all …]
Dfx_skia_device.h57 const CFX_FillRenderOptions& fill_options) // fill options
74 const CFX_FillRenderOptions& fill_options,