Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp433 BRect bounds = _BuildBounds(points, 4); in DrawBezier()
450 BRect bounds = _BuildBounds(points, 4); in FillBezier()
559 BRect bounds = _BuildBounds(points, 2); in StrokeLine()
816 BRect bounds = _BuildBounds(points, 2); in StrokeLine()
1058 RemoteDrawingEngine::_BuildBounds(BPoint* points, int32 pointCount) in _BuildBounds() function in RemoteDrawingEngine
H A DRemoteDrawingEngine.h160 BRect _BuildBounds(BPoint* points, int32 pointCount);