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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp127 FloatRect underlineBoundingBox = context.computeLineBoundsForText(adjustedLocalOrigin, width, isPrinting); local
128 DashArray intersections = textPainter.dashesForIntersectionsWithRect(underlineBoundingBox);
129 DashArray a = translateIntersectionPointsToSkipInkBoundaries(intersections, underlineBoundingBox.height(), width);

Completed in 185 milliseconds