Searched refs:dWidth (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 1327 dWidth = basegfx::fround( rSize.Width * aMatrix.xx ); in implDrawBitmapSurface() 1329 aBitmapSize.Width = static_cast<sal_Int32>( dWidth ); 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 807 width = dWidth; in SEllipseTranslate()
|
Completed in 42 milliseconds