Searched refs:dHeight (Results 1 – 3 of 3) sorted by relevance
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1325 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()
|
/trunk/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.hxx | 456 …SEllipseTranslate(double dWidth, double dHeight, double dStartPosition, double dEndPosition, bool …
|
H A D | OGLTrans_TransitionImpl.cxx | 802 SEllipseTranslate::SEllipseTranslate(double dWidth, double dHeight, double dStartPosition, double d… in SEllipseTranslate() argument 808 height = dHeight; in SEllipseTranslate()
|
Completed in 36 milliseconds