Home
last modified time | relevance | path

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

/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp71 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()
H A DButterfly.h34 BPoint fTrans; variable