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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.h73 void paintInternal(int startOffset, int endOffset, int truncationPoint, TextBlobPtr* cachedTextBlob = 0);
H A DTextPainter.cpp208 void TextPainter::paintInternal(int startOffset, int endOffset, int truncationPoint, TextBlobPtr* cachedTextBlob) argument
218 if (startOffset < truncationPoint)
219 paintInternalRun<Step>(textRunPaintInfo, startOffset, truncationPoint);

Completed in 51 milliseconds