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

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp105 fAllocCount(0),
121 fAllocCount(0),
138 fAllocCount(0),
149 memset((void*)fPath, 0, fAllocCount * sizeof(control_point));
311 fAllocCount = 0;
1069 if (count >= fAllocCount) {
1070 fAllocCount = ((count) / ALLOC_CHUNKS + 1) * ALLOC_CHUNKS;
1072 fPath = obj_renew(fPath, control_point, fAllocCount);
1074 fPath = obj_new(control_point, fAllocCount);
1078 (fAllocCount
[all...]
H A DVectorPath.h209 int32 fAllocCount; member in class:VectorPath

Completed in 84 milliseconds