/external/pdfium/core/fxge/ |
D | cfx_fillrenderoptions.h | 11 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 {
|
D | cfx_windowsrenderdevice_embeddertest.cpp | 60 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()
|
D | cfx_renderdevice.h | 31 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,
|
D | cfx_renderdevice.cpp | 559 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 …]
|
D | renderdevicedriver_iface.h | 29 struct CFX_FillRenderOptions; 51 const CFX_FillRenderOptions& fill_options) = 0; 60 const CFX_FillRenderOptions& fill_options,
|
D | cfx_defaultrenderdevice_unittest.cpp | 29 const CFX_FillRenderOptions fill_options( in TEST() 30 CFX_FillRenderOptions::FillType::kEvenOdd); in TEST()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pathobject.h | 37 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;
|
D | cpdf_clippath.h | 40 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>;
|
D | cpdf_streamcontentparser.cpp | 564 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 …]
|
D | cpdf_clippath.cpp | 29 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/ |
D | fx_skia_device_embeddertest.cpp | 70 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()
|
D | fx_skia_device.h | 57 const CFX_FillRenderOptions& fill_options) // fill options 74 const CFX_FillRenderOptions& fill_options, 222 CFX_FillRenderOptions m_FillOptions;
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.h | 56 CFX_FillRenderOptions::FillType fill_type, 79 CFX_FillRenderOptions::FillType fill_type, 82 const CFX_FillRenderOptions& fill_options, 85 const CFX_FillRenderOptions& fill_options,
|
D | cfgas_gegraphics.cpp | 181 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/ |
D | cfwl_monthcalendartp.cpp | 110 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()
|
D | cfwl_checkboxtp.cpp | 61 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()
|
D | cfwl_edittp.cpp | 33 CFX_FillRenderOptions::FillType::kWinding, in DrawBackground() 49 pGraphics->FillPath(path, CFX_FillRenderOptions::FillType::kWinding, in DrawBackground()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 84 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 …]
|
D | cpdf_textrenderer.h | 22 struct CFX_FillRenderOptions; 47 const CFX_FillRenderOptions& fill_options);
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 47 const CFX_FillRenderOptions& fill_options) override; 56 const CFX_FillRenderOptions& fill_options, 114 CFX_FillRenderOptions m_FillOptions;
|
/external/pdfium/core/fxge/win32/ |
D | cgdi_plus_ext.h | 21 struct CFX_FillRenderOptions; 46 const CFX_FillRenderOptions& fill_options);
|
D | cfx_psrenderer.h | 35 struct CFX_FillRenderOptions; 69 const CFX_FillRenderOptions& fill_options); 79 const CFX_FillRenderOptions& fill_options);
|
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.cpp | 85 CFX_FillRenderOptions::WindingOptions()); in CPSPrinterDriver() 129 const CFX_FillRenderOptions& fill_options) { in SetClip_PathFill() 147 const CFX_FillRenderOptions& fill_options, in DrawPath()
|