/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 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,
|
D | cfx_renderdevice.cpp | 559 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 …]
|
D | cfx_defaultrenderdevice_unittest.cpp | 29 const CFX_FillRenderOptions fill_options( in TEST() local 38 EXPECT_TRUE(device.SetClip_PathFill(path, &object_to_device, fill_options)); in TEST()
|
D | renderdevicedriver_iface.h | 51 const CFX_FillRenderOptions& fill_options) = 0; 60 const CFX_FillRenderOptions& fill_options,
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.cpp | 228 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()
|
D | cfgas_gegraphics.h | 82 const CFX_FillRenderOptions& fill_options, 85 const CFX_FillRenderOptions& fill_options,
|
/external/pdfium/core/fxge/win32/ |
D | cps_printer_driver.cpp | 129 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()
|
D | cgdi_device_driver.h | 29 const CFX_FillRenderOptions& fill_options) override; 38 const CFX_FillRenderOptions& fill_options,
|
D | ctext_only_printer_driver.h | 27 const CFX_FillRenderOptions& fill_options) override; 36 const CFX_FillRenderOptions& fill_options,
|
D | cps_printer_driver.h | 36 const CFX_FillRenderOptions& fill_options) override; 45 const CFX_FillRenderOptions& fill_options,
|
D | cgdi_device_driver.cpp | 570 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()
|
D | ctext_only_printer_driver.cpp | 65 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() argument 81 const CFX_FillRenderOptions& fill_options, in DrawPath() argument
|
D | cgdi_plus_ext.cpp | 614 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()
|
D | cfx_psrenderer.h | 69 const CFX_FillRenderOptions& fill_options); 79 const CFX_FillRenderOptions& fill_options);
|
D | cgdi_plus_ext.h | 46 const CFX_FillRenderOptions& fill_options);
|
D | cfx_psrenderer.cpp | 359 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/ |
D | cpdf_renderstatus.cpp | 90 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 …]
|
D | cpdf_textrenderer.cpp | 62 const CFX_FillRenderOptions& fill_options) { in DrawTextPath() argument 80 stroke_argb, pClippingPath, fill_options)) { in DrawTextPath() 90 fill_options)) { in DrawTextPath()
|
D | cpdf_textrenderer.h | 47 const CFX_FillRenderOptions& fill_options);
|
D | cpdf_rendershading.cpp | 713 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/ |
D | fx_agg_driver.cpp | 310 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 …]
|
D | fx_agg_driver.h | 47 const CFX_FillRenderOptions& fill_options) override; 56 const CFX_FillRenderOptions& fill_options,
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 232 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 …]
|
D | fx_skia_device.h | 57 const CFX_FillRenderOptions& fill_options) // fill options 74 const CFX_FillRenderOptions& fill_options,
|