Searched refs:paintEnd (Results 1 – 2 of 2) sorted by relevance
391 LayoutUnit paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY(); in paint() local402 if (logicalStart >= paintEnd || logicalStart + logicalExtent <= paintStart) in paint()646 …unsigned paintEnd = std::min(end() + 1, underline.endOffset); // end() points at the last char, no… in underlinePaintEnd() local648 paintEnd = std::min(paintEnd, static_cast<unsigned>(m_start + m_truncation)); in underlinePaintEnd()649 return paintEnd; in underlinePaintEnd()1123 unsigned paintEnd = underlinePaintEnd(underline); in paintCompositionUnderline() local1129 …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()
1879 double paintEnd = currentTime(); in paint() local1880 double pixelsPerSec = (rect.width * rect.height) / (paintEnd - paintStart); in paint()1881 …Platform::current()->histogramCustomCounts("Renderer4.SoftwarePaintDurationMS", (paintEnd - paintS… in paint()