Home
last modified time | relevance | path

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

/haiku/src/preferences/screensaver/
H A DPreviewView.cpp41 scale2(int x, int y, BRect area) in scale2() function
48 scale2(int x1, int x2, int y1, int y2, BRect area) in scale2() function
104 FillRoundRect(scale2(0, 9, 0, 3, Bounds()), 4, 4); in Draw()
106 FillRoundRect(scale2(2, 7, 3, 6, Bounds()), 2, 2); in Draw()
110 StrokeRoundRect(scale2(2, 7, 3, 6, Bounds()), 2, 2); in Draw()
112 StrokeRoundRect(scale2(0, 9, 0, 3, Bounds()), 4, 4); in Draw()
116 FillRect(scale2(1, 8, 1, 2, Bounds())); in Draw()
119 BRect outerShape = scale2(2, 7, 2, 6, Bounds()); in Draw()
125 FillRect(scale2(3, 4, 4, 5, Bounds())); in Draw()
127 FillRect(scale2(5, 6, 4, 5, Bounds())); in Draw()