Lines Matching defs:text
8 namespace text {
108 // Check all text range that have not been resolved yet
249 // Break text into pieces by font blocks and by formatting marks
268 // Shape the text
288 // Create a fake run for an empty text (to avoid all the checks)
305 // Convert all utf8 indexes into utf16 indexes (and also shift them to be on the entire text scale, too)
343 // Let's wrap the text
426 // Empty text; we still need a line to avoid checking for empty lines every time
525 visitor->onBeginLine(lineIndex, line.text(), line.isHardBreak(), SkRect::MakeXYWH(0, verticalOffset, line.fActualWidth, line.fTextMetrics.height()));
535 visitor->onEndLine(lineIndex, line.text(), line.trailingSpaces(), glyphCount);
571 // Decor blocks have to be sorted by text cannot intersect but can skip some parts of the text
572 // (in which case we use default text style from paragraph style)
582 visitor->onBeginLine(lineIndex, line.text(), line.isHardBreak(), SkRect::MakeXYWH(0, verticalOffset, line.fActualWidth, line.fTextMetrics.height()));
606 visitor->onEndLine(lineIndex, line.text(), line.trailingSpaces(), glyphCount);
700 // Therefore it's going to be represented by a single text range only
882 } // namespace text