Home
last modified time | relevance | path

Searched refs:fStripe (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp159 BRect stripeFrame = fStripe.Frame(); in _DrawOnBitmap()
160 fStripe.MapTo(stripeFrame, in _DrawOnBitmap()
162 fBitmapView->FillPolygon(&fStripe); in _DrawOnBitmap()
206 fStripe = BPolygon(stripePoints, 4); in FrameResized()
H A DZipOMaticActivity.h46 BPolygon fStripe; variable
/haiku/src/kits/shared/
H A DBarberPole.cpp214 BRect stripeFrame = fStripe.Frame(); in _DrawSpin()
215 fStripe.MapTo(stripeFrame, in _DrawSpin()
217 FillPolygon(&fStripe); in _DrawSpin()
266 fStripe = BPolygon(stripePoints, 4); in FrameResized()
/haiku/headers/private/shared/
H A DBarberPole.h56 BPolygon fStripe; variable