Home
last modified time | relevance | path

Searched refs:resizedArray (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DShape.cpp638 uint32* resizedArray = (uint32*)realloc(data->opList, newSize * sizeof(uint32)); in AllocateOps() local
639 if (resizedArray) { in AllocateOps()
640 data->opList = resizedArray; in AllocateOps()
657 BPoint* resizedArray = (BPoint*)realloc((void*)data->ptList, in AllocatePts() local
659 if (resizedArray) { in AllocatePts()
660 data->ptList = resizedArray; in AllocatePts()