summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@me.com>2021-12-10 16:36:11 +0100
committerArmin Le Grand <Armin.Le.Grand@me.com>2021-12-10 17:51:12 +0100
commit2c6e2fa596d4ecb22adb062a837f1bbf4384fed2 (patch)
treef2a588a1bbaa54faf5633dfdcce8e199322d639c /include/vcl/outdev.hxx
parent6494fba15ea93283b625bf6bdb4666709f22439f (diff)
Revert "Re-Enable DrawTransformBitmapExDirect for render backends"
This reverts commit 7e5af164b7d293dd410710bed411e1ca64bbecf7. Reason for revert: Not the best/effective way to clear out the stuff remaining to be done, would need additional stuff Change-Id: Ia6ab90384da29a5e34eff0ab8881bad2ab49c58c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126601 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index acf3c78c0d5c..eec957e14973 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1381,11 +1381,11 @@ public:
const BitmapEx& rBitmapEx,
double fAlpha = 1.0);
- /** Return true if DrawTransformedBitmapEx() is implemented. It may still fail,
- e.g when fAlpha != 1.0 and that aspect is not implemented. This is a hint
- that calling it is worth a try
+ /** Return true if DrawTransformedBitmapEx() is fast.
+
+ @since 7.2
*/
- bool ImplementsFastDrawTransformedBitmap() const;
+ bool HasFastDrawTransformedBitmap() const;
protected: