Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx136 const basegfx::B2DRange aLogicBitmapRange( in handleBitmapContent() local
142 aLogicBitmapRange, in handleBitmapContent()
156 aLogicBitmapRange.getWidth() * aLogicBitmapRange.getWidth() + in handleBitmapContent()
157 aLogicBitmapRange.getHeight() * aLogicBitmapRange.getHeight()); in handleBitmapContent()
193 aTransform.translate(-aLogicBitmapRange.getMinX(), -aLogicBitmapRange.getMinY()); in handleBitmapContent()
195 static_cast< double >(aSizePixel.Width()) / aLogicBitmapRange.getWidth(), in handleBitmapContent()
196 static_cast< double >(aSizePixel.Height()) / aLogicBitmapRange.getHeight()); in handleBitmapContent()
227 basegfx::fround(aLogicBitmapRange.getMinX()), in handleBitmapContent()
228 basegfx::fround(aLogicBitmapRange.getMinY())), in handleBitmapContent()
230 basegfx::fround(aLogicBitmapRange.getWidth()), in handleBitmapContent()
[all …]

Completed in 16 milliseconds