# -*- 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_Module_Module,libtommath)) $(eval $(call gb_Module_add_targets,libtommath,\ ExternalProject_libtommath \ UnpackedTarball_libtommath \ )) # vim: set noet sw=4 ts=4: of rendering an animation to an OutputDevice (RenderContext). Each instance has a unique ID (called mnExraData, which is quite misleading). ImplAnimView doesn't really mean much so hence the rename to make this a bit more clear. In the process, also rename local variables pView to pRenderer in Animation functions. Change-Id: Ib70f41052c5266acd7f2460001ce5be75b74d5a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/76402 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
An ImplAnimView is actually just a way of rendering an animation to an
OutputDevice (RenderContext). Each instance has a unique ID (called
mnExraData, which is quite misleading). ImplAnimView doesn't really
mean much so hence the rename to make this a bit more clear.

In the process, also rename local variables pView to pRenderer in
Animation functions.

Change-Id: Ib70f41052c5266acd7f2460001ce5be75b74d5a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/76402
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
vcl: test ImplAnimView 2022-05-06T14:06:48+00:00 Chris Sherlock chris.sherlock79@gmail.com 2019-07-28T09:16:53+00:00 f4e2d7b006aa86732b30bb7e2f219360481fc724 Change-Id: I1f17dce097810e4507a9feae1675ff486260657a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121698 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Change-Id: I1f17dce097810e4507a9feae1675ff486260657a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121698
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>