# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,sdbc2)) $(eval $(call gb_Library_set_componentfile,sdbc2,connectivity/source/manager/sdbc2,services)) $(eval $(call gb_Library_use_external,sdbc2,boost_headers)) $(eval $(call gb_Library_use_sdk_api,sdbc2)) $(eval $(call gb_Library_set_include,sdbc2,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ )) $(eval $(call gb_Library_use_libraries,sdbc2,\ cppu \ cppuhelper \ comphelper \ dbtools \ utl \ sal \ tl \ )) $(eval $(call gb_Library_add_exception_objects,sdbc2,\ connectivity/source/manager/mdrivermanager \ )) # vim: set noet sw=4 ts=4: tro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/BitmapScaleSuperFilter.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-06 13:46:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-07 11:31:16 +0100
commit9f3926df5c2828ad3e8cfce2b4444b1c84352cf4 (patch)
tree35507a2844046b794076c4ae00c4f4b012b87e42 /vcl/source/bitmap/BitmapScaleSuperFilter.cxx
parent467324f1071c65f6189e7ea567088918b51d2228 (diff)
tdf#123165 cache recently scaled bitmaps for reuse
dropping the cached scaled bitmap when the bitmap is accesed via BitmapAccessMode::Write for writing Change-Id: Ib6539522944838238bd699ec3531039d21dc0f8b Reviewed-on: https://gerrit.libreoffice.org/67459 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>