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

/haiku/src/libs/icon/shape/
H A DVectorPath.h185 bool _SetPointCount(int32 count);
H A DVectorPath.cpp148 && _SetPointCount(countFound)) {
304 _SetPointCount(from.fPointCount);
352 _SetPointCount(0);
364 if (_SetPointCount(fPointCount + 1)) {
380 if (_SetPointCount(fPointCount + 1)) {
398 if (_SetPointCount(fPointCount + 1)) {
903 _SetPointCount(fPointCount - 1);
1066 VectorPath::_SetPointCount(int32 count) function in class:VectorPath
1089 fprintf(stderr, "VectorPath::_SetPointCount(%" B_PRId32 ") - allocation failed!\n",

Completed in 83 milliseconds