Searched refs:paintStart (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 392 LayoutUnit paintStart = isHorizontal() ? paintInfo.rect.x() : paintInfo.rect.y(); in paint() local 402 if (logicalStart >= paintEnd || logicalStart + logicalExtent <= paintStart) in paint() 1122 unsigned paintStart = underlinePaintStart(underline); in paintCompositionUnderline() local 1126 float start = paintStart == static_cast<unsigned>(m_start) ? 0 : in paintCompositionUnderline() 1127 …renderer().width(m_start, paintStart - m_start, textPos(), isLeftToRightDirection() ? LTR : RTL, i… in paintCompositionUnderline() 1129 …float width = (paintStart == static_cast<unsigned>(m_start) && paintEnd == static_cast<unsigned>(e… in paintCompositionUnderline() 1130 …renderer().width(paintStart, paintEnd - paintStart, textPos() + start, isLeftToRightDirection() ? … in paintCompositionUnderline()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.cpp | 1877 double paintStart = currentTime(); in paint() local 1880 double pixelsPerSec = (rect.width * rect.height) / (paintEnd - paintStart); in paint() 1881 …histogramCustomCounts("Renderer4.SoftwarePaintDurationMS", (paintEnd - paintStart) * 1000, 0, 120,… in paint()
|