Home
last modified time | relevance | path

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

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