LibreOffice Module slideshow (master) 1
fanwipe.cxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
22#include <sal/log.hxx>
23#include "transitiontools.hxx"
24#include "clockwipe.hxx"
25#include "fanwipe.hxx"
26
27
28namespace slideshow::internal {
29
31{
35 t / ((m_center && m_single) ? 2.0 : 4.0) ) );
36
37 res.append( poly );
38 // flip on y-axis:
40 poly.flip();
41 res.append( poly );
42
43 if (m_center)
44 {
46
47 if (! m_single)
48 res.append( flipOnXAxis(res) );
49 }
50 else
51 {
52 SAL_WARN_IF( m_fanIn, "slideshow.opengl", "FanWipe: m_fanIn is true ?" );
54 }
55 return res;
56}
57
58}
59
60/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XPropertyListType t
void append(const B2DPolygon &rPolygon, sal_uInt32 nCount=1)
void transform(const basegfx::B2DHomMatrix &rMatrix)
void transform(const basegfx::B2DHomMatrix &rMatrix)
::basegfx::B2DPolygon calcCenteredClock(double t, double e=1.0)
0,1 to 1,1 to 1,0 to 0,-1 to -1,0 to 0,1:
Definition: clockwipe.cxx:29
virtual ::basegfx::B2DPolyPolygon operator()(double t) override
Retrieve the poly-polygon for value t.
Definition: fanwipe.cxx:30
#define SAL_WARN_IF(condition, area, stream)
B2DHomMatrix createScaleTranslateB2DHomMatrix(double fScaleX, double fScaleY, double fTranslateX, double fTranslateY)
B2DHomMatrix createScaleB2DHomMatrix(double fScaleX, double fScaleY)
::basegfx::B2DPolyPolygon flipOnXAxis(::basegfx::B2DPolyPolygon const &polypoly)
Flips on X-axis: