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

/haiku/src/kits/interface/
H A DShape.cpp158 if (!AllocateOps(count))
332 if (!AllocateOps(otherData->opCount) || !AllocatePts(otherData->ptCount))
360 if (!AllocateOps(1) || !AllocatePts(1))
391 if (!AllocateOps(1))
429 if (!AllocateOps(1))
474 if (!AllocateOps(1))
497 if (!AllocateOps(1))
563 if (!AllocateOps(opCount) || !AllocatePts(ptCount))
596 BShape::AllocateOps(int32 count) function in class:BShape
/haiku/headers/os/interface/
H A DShape.h106 bool AllocateOps(int32 count);

Completed in 41 milliseconds