Searched refs:newWidths (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp333 hashed_escapement* newWidths = new hashed_escapement[newSize]; local
341 while (newWidths[newPos].code != kInvalidCode) {
345 newWidths[newPos] = widths[oldPos];
353 table.widths = widths = newWidths;

Completed in 59 milliseconds