Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp48 float hScale = bounds.Width() / bitmapBounds.Width(); in Draw() local
51 scale = std::min(hScale, vScale); in Draw()