Searched refs:aScaleVector (Results 1 – 2 of 2) sorted by relevance
178 const basegfx::B2DVector aScaleVector(aScaleMatrix * basegfx::B2DVector(1.0, 0.0)); in CreateBitmapForUI() local179 const double fScaleValue(aScaleVector.getLength()); in CreateBitmapForUI()
171 const basegfx::B2DVector aScaleVector(aScaleMatrix * basegfx::B2DVector(1.0, 0.0)); in ImpCreateBitmapForXDash() local172 const double fScaleValue(aScaleVector.getLength() * (nFactor * (1.4 / 2.0))); in ImpCreateBitmapForXDash()
Completed in 11 milliseconds