Searched refs:fTrans (Results 1 – 2 of 2) sorted by relevance
71 fTrans.Set(bounds.Width() * 0.5f, bounds.Height() * 0.5f); in StartSaver()87 fBounds.Set(-5.92f * fScale + fTrans.x, -5.92f * fScale + fTrans.y, in Draw()88 5.92f * fScale + fTrans.x, 5.92f * fScale + fTrans.y); in Draw()163 p += fTrans; in _Iterate()
34 BPoint fTrans; variable