Lines Matching defs:offset
1210 SkVector offset,
1217 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics);
1311 SkVector offset,
1316 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics);
1437 TextLine& ParagraphImpl::addLine(SkVector offset,
1448 return fLines.emplace_back(this, offset, advance, blocks,
1611 auto offsetY = line.offset().fY;
1630 // the glyph at index offset.
1632 SkRange<size_t> ParagraphImpl::getWordBoundary(unsigned offset) {
1644 if (word <= offset) {
1647 } else if (word > offset) {
1653 //SkDebugf("getWordBoundary(%d): %d - %d\n", offset, start, end);