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

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp42 #define obj_renew(p, type, n) ((type *)realloc ((void *)p, (n) * sizeof(type))) macro
1072 fPath = obj_renew(fPath, control_point, fAllocCount);

Completed in 17 milliseconds