diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-09-23 23:21:42 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-09-25 12:05:59 +0200 |
commit | eb2753560d9238f60131ff9f64aaf1eb4ae2d764 (patch) | |
tree | 632539e5239a9d8597c7004fbe2ea513c5734497 /vcl/inc/unx | |
parent | eed2f45806fdc14e1dcc8a2820496b1d66379a75 (diff) |
draw linear and radial gradients directly with Skia
Change-Id: I592fd5d823d70c6ca01e90e96a30fb6925f63545
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103282
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 027d0aa6f061..eac9dad95bb8 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -178,6 +178,8 @@ public: bool bPixelSnapHairline) override; virtual bool drawGradient( const tools::PolyPolygon&, const Gradient& ) override; + virtual bool implDrawGradient(basegfx::B2DPolyPolygon const & rPolyPolygon, + SalGradient const & rGradient) override; #if 1 // TODO: remove these obsolete methods virtual bool drawPolyLineBezier( |