Home
last modified time | relevance | path

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

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