Searched refs:_Scale (Results 1 – 2 of 2) sorted by relevance
131 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 BColumn258 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()
86 static float _Scale();