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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DStringTruncator.cpp61 static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer, bool shouldInsertEllipsis) function in namespace:WebCore
225 truncatedLength = centerTruncateToBuffer(string, length, keepCount, stringBuffer, shouldInsertEllipsis);
300 return truncateString(string, maxWidth, font, centerTruncateToBuffer, !enableRoundingHacks);
315 return truncateString(string, maxWidth, font, centerTruncateToBuffer, !enableRoundingHacks, &resultWidth, shouldInsertEllipsis, customTruncationElementWidth);

Completed in 111 milliseconds