Home
last modified time | relevance | path

Searched refs:pruneScaleValue (Results 1 – 15 of 15) sorted by relevance

/trunk/main/slideshow/source/engine/transitions/
H A Drandomwipe.cxx48 m_positions[ pos ].setY( ::basegfx::pruneScaleValue( pos * edge ) ); in RandomWipe()
49 aTransform.scale( 1.0, ::basegfx::pruneScaleValue(edge) ); in RandomWipe()
58 ::basegfx::pruneScaleValue( (pos % sqrtElements) * edge ), in RandomWipe()
59 ::basegfx::pruneScaleValue( (pos / sqrtElements) * edge ) ); in RandomWipe()
61 const double pedge = ::basegfx::pruneScaleValue(edge); in RandomWipe()
H A Dsnakewipe.cxx53 const double line = ::basegfx::pruneScaleValue( in calcSnake()
55 const double col = ::basegfx::pruneScaleValue( in calcSnake()
95 const double edge = ::basegfx::pruneScaleValue( in calcHalfDiagonalSnake()
110 const double height = ::basegfx::pruneScaleValue( M_SQRT1_2 / m_sqrtElements ); in calcHalfDiagonalSnake()
138 const double edge = ::basegfx::pruneScaleValue( in calcHalfDiagonalSnake()
154 const double height = ::basegfx::pruneScaleValue( M_SQRT1_2 / m_sqrtElements ); in calcHalfDiagonalSnake()
H A Dspiralwipe.cxx55 const double edge_ = ::basegfx::pruneScaleValue( in calcNegSpiral()
72 ::basegfx::pruneScaleValue( static_cast<double>(alen) / m_sqrtElements ), in calcNegSpiral()
73 ::basegfx::pruneScaleValue( 1.0 / m_sqrtElements ) ); in calcNegSpiral()
75 - ::basegfx::pruneScaleValue( in calcNegSpiral()
77 ::basegfx::pruneScaleValue( in calcNegSpiral()
H A Dwaterfallwipe.cxx49 const double yPos = ::basegfx::pruneScaleValue( ((pos + 1) * elementEdge) - 1.0 ); in WaterfallWipe()
51 ::basegfx::pruneScaleValue( xPos * elementEdge ), in WaterfallWipe()
54 ::basegfx::pruneScaleValue( (xPos + 1) * elementEdge ), in WaterfallWipe()
64 …poly.transform(basegfx::tools::createTranslateB2DHomMatrix(0.0, ::basegfx::pruneScaleValue(2.0 * t… in operator ()()
H A Dcheckerboardwipe.cxx39 aTransform.scale( ::basegfx::pruneScaleValue( d * 2.0 * t ), in operator ()()
40 ::basegfx::pruneScaleValue( d ) ); in operator ()()
H A Ddoublediamondwipe.cxx39 const double a = ::basegfx::pruneScaleValue( 0.25 + (t * 0.75) ); in operator ()()
49 const double b = ::basegfx::pruneScaleValue( (1.0 - t) * 0.25 ); in operator ()()
H A Dellipsewipe.cxx43 ::basegfx::pruneScaleValue( t * M_SQRT2 / 2.0 ) ) ); in operator ()()
H A Diriswipe.cxx38 const double d = ::basegfx::pruneScaleValue(t); in operator ()()
H A Dboxwipe.cxx38 double d = ::basegfx::pruneScaleValue(t); in operator ()()
H A Dveewipe.cxx39 const double d = ::basegfx::pruneScaleValue( 2.0 * t ); in operator ()()
H A Dbarwipepolypolygon.cxx39 aTransform.scale( ::basegfx::pruneScaleValue( t / m_nBars ), 1.0 ); in operator ()()
H A Dbarndoorwipe.cxx43 aTransform.scale( ::basegfx::pruneScaleValue(t), 1.0 ); in operator ()()
H A Dfourboxwipe.cxx41 const double d = ::basegfx::pruneScaleValue( t / 2.0 ); in operator ()()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx123 aTransform.scale( ::basegfx::pruneScaleValue( in getAttributedShapeTransformation()
125 ::basegfx::pruneScaleValue( in getAttributedShapeTransformation()
563 aTransform.scale( ::basegfx::pruneScaleValue( in getSpriteTransformation()
565 ::basegfx::pruneScaleValue( in getSpriteTransformation()
567 ::basegfx::pruneScaleValue( in getSpriteTransformation()
569 ::basegfx::pruneScaleValue( in getSpriteTransformation()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx90 inline double pruneScaleValue( double fVal ) in pruneScaleValue() function