Searched refs:_Scale (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DViewState.cpp131 fOffset = ceilf(fOffset * _Scale());
132 fWidth = ceilf(fWidth * _Scale());
144 fOffset = ceilf(fOffset * _Scale());
149 fWidth = ceilf(fWidth * _Scale());
189 fWidth = width * _Scale();
199 BColumn::_Scale() function in class:BColumn
258 const float offset = floorf(fOffset / _Scale()),
259 width = floorf(fWidth / _Scale());
277 const float offset = floorf(fOffset / _Scale()),
278 width = floorf(fWidth / _Scale());
[all...]
H A DViewState.h86 static float _Scale();

Completed in 43 milliseconds