Searched refs:minx (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DTitleView.cpp246 float minx = bounds.right; local
252 if (titleBounds.left < minx)
253 minx = titleBounds.left;
259 minx--;
261 view->StrokeLine(BPoint(minx, bounds.top),
262 BPoint(minx, bounds.bottom - 1));
265 FillRect(BRect(bounds.left, bounds.top + 1, minx - 1, bounds.bottom - 1),

Completed in 80 milliseconds