Home
last modified time | relevance | path

Searched refs:dHeight (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1325 double dWidth, dHeight; in implDrawBitmapSurface() local
1328 dHeight = basegfx::fround( rSize.Height* aMatrix.yy ); in implDrawBitmapSurface()
1330 aBitmapSize.Height = static_cast<sal_Int32>( dHeight ); in implDrawBitmapSurface()
1339 cairo_scale( pCairo.get(), (dWidth+0.5)/rSize.Width, (dHeight+0.5)/rSize.Height ); in implDrawBitmapSurface()
/aoo41x/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.hxx456 …SEllipseTranslate(double dWidth, double dHeight, double dStartPosition, double dEndPosition, bool …
H A DOGLTrans_TransitionImpl.cxx802 SEllipseTranslate::SEllipseTranslate(double dWidth, double dHeight, double dStartPosition, double d… in SEllipseTranslate() argument
808 height = dHeight; in SEllipseTranslate()

Completed in 28 milliseconds