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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp432 static void paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, const AtomicString& emphasisMark, int emphasisMarkOffset, int startOffset, int endOffset, int truncationPoint, const FloatPoint& textOrigin, argument
460 if (startOffset < truncationPoint) {
462 context->drawText(font, textRun, textOrigin + extraOffset, startOffset, truncationPoint);
464 context->drawEmphasisMarks(font, textRun, emphasisMark, textOrigin + extraOffset + IntSize(0, emphasisMarkOffset), startOffset, truncationPoint);

Completed in 116 milliseconds