Kaydet (Commit) bea72789 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

implement gradient rendering method for windows backend

Change-Id: I894b14d97227d695f5cfc5e13958413c36295d7d
üst dd6c039d
......@@ -2362,4 +2362,10 @@ bool WinSalGraphicsImpl::drawTransformedBitmap(
return false;
}
bool WinSalGraphicsImpl::drawGradient(const tools::PolyPolygon& /*rPolygon*/,
const Gradient& /*rGradient*/)
{
return false;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -20,6 +20,7 @@
#include "salgdiimpl.hxx"
#include "win/svsys.h"
#include <vcl/gradient.hxx>
class WinSalGraphics;
......@@ -207,7 +208,8 @@ public:
sal_uInt8 nTransparency ) SAL_OVERRIDE;
virtual bool drawGradient(const tools::PolyPolygon& rPolygon,
const Gradient& rGradient) SAL_OVERRIDE;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment