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

/haiku/src/kits/interface/
H A DShape.cpp169 if (!AllocatePts(count)) {
332 if (!AllocateOps(otherData->opCount) || !AllocatePts(otherData->ptCount))
360 if (!AllocateOps(1) || !AllocatePts(1))
378 if (!AllocatePts(1))
416 if (!AllocatePts(3))
448 if (!AllocatePts(3))
563 if (!AllocateOps(opCount) || !AllocatePts(ptCount))
615 BShape::AllocatePts(int32 count) function in class:BShape
/haiku/headers/os/interface/
H A DShape.h105 bool AllocatePts(int32 count);

Completed in 43 milliseconds