From 2c6e2fa596d4ecb22adb062a837f1bbf4384fed2 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Fri, 10 Dec 2021 16:36:11 +0100 Subject: 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 --- bin/find-can-be-private-symbols.functions.results | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/find-can-be-private-symbols.functions.results') diff --git a/bin/find-can-be-private-symbols.functions.results b/bin/find-can-be-private-symbols.functions.results index f5ebcac3d329..be8116b9ff90 100644 --- a/bin/find-can-be-private-symbols.functions.results +++ b/bin/find-can-be-private-symbols.functions.results @@ -2750,8 +2750,8 @@ SalGraphics::DrawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint c SalGraphics::FillFontSubsetInfo(vcl::TTGlobalFontInfo_ const&, rtl::OUString const&, FontSubsetInfo&) SalGraphics::GetBitmap(long, long, long, long, OutputDevice const&) SalGraphics::GetNativeControlRegion(ControlType, ControlPart, tools::Rectangle const&, ControlState, ImplControlValue const&, tools::Rectangle&, tools::Rectangle&, OutputDevice const&) -SalGraphics::ImplementsFastDrawTransformedBitmap(bool) const SalGraphics::GetPixel(long, long, OutputDevice const&) +SalGraphics::HasFastDrawTransformedBitmap() const SalGraphics::HitTestNativeScrollbar(ControlPart, tools::Rectangle const&, Point const&, bool&, OutputDevice const&) SalGraphics::Invert(long, long, long, long, SalInvert, OutputDevice const&) SalGraphics::Invert(unsigned int, Point const*, SalInvert, OutputDevice const&) -- cgit