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

/haiku/headers/os/interface/
H A DPolygon.h41 bool _AddPoints(const BPoint* points, int32 count,
/haiku/src/kits/interface/
H A DPolygon.cpp31 _AddPoints(points, count, true);
82 if (_AddPoints(other.fPoints, other.fCount, false))
99 _AddPoints(points, count, true);
157 BPolygon::_AddPoints(const BPoint* points, int32 count, bool computeBounds) function in class:BPolygon
162 fprintf(stderr, "BPolygon::_AddPoints(%" B_PRId32 ") - too many points"
170 fprintf(stderr, "BPolygon::_AddPoints(%" B_PRId32 ") out of memory\n",

Completed in 38 milliseconds