• Home
  • Raw
  • Download

Lines Matching refs:fOwner

91         : fOwner(owner)  in TextLine()
116 auto b = fOwner->styles().begin() + index; in TextLine()
138 auto& run = fOwner->run(runIndex); in TextLine()
148 fOwner->getUnicode()->reorderVisual(runLevels.data(), numRuns, logicalOrder.data()); in TextLine()
252 } else if (fOwner->paragraphStyle().getTextDirection() == TextDirection::kRtl) { in format()
512 run->setOwner(fOwner); in createEllipsis()
534 attachEllipsis(&fOwner->cluster(clusters().start)); in createEllipsis()
581 handler.run()->fOwner = fOwner; in shapeEllipsis()
624 start = &fOwner->cluster(startIndex); in measureTextInsideOneRun()
625 end = &fOwner->cluster(endIndex); in measureTextInsideOneRun()
723 auto run = this->fOwner->run(r); in iterateThroughClustersInGlyphsOrder()
728 auto trailed = fOwner->clusters(trailedRange); in iterateThroughClustersInGlyphsOrder()
729 auto trimmed = fOwner->clusters(trimmedRange); in iterateThroughClustersInGlyphsOrder()
756 auto block = fOwner->styles().begin() + index; in iterateThroughSingleRunByStyles()
788 auto block = fOwner->styles().begin() + in iterateThroughSingleRunByStyles()
853 const auto run = &this->fOwner->run(runIndex); in iterateThroughVisualRuns()
915 result.fLineNumber = this - fOwner->lines().begin(); in getMetrics()
940 return this == &fOwner->lines().front(); in isFirstLine()
944 return this == &fOwner->lines().back(); in isLastLine()
950 return fOwner->cluster(fGhostClusterRange.end - 1).isHardBreak() || in endsWithHardLineBreak()
952 fGhostClusterRange.end == fOwner->clusters().size() - 1; in endsWithHardLineBreak()
975 auto paragraphStyle = fOwner->paragraphStyle(); in getRectsForRange()
1014 auto strutMetrics = fOwner->strutMetrics(); in getRectsForRange()
1126 right.rect.fRight < fOwner->widthWithTrailingSpaces()) { in getRectsForRange()
1128 right.rect.fRight = fOwner->widthWithTrailingSpaces(); in getRectsForRange()
1150 auto utf16Index = fOwner->getUTF16Index(this->fTextRange.end); in getGlyphPositionAtCoordinate()
1174 … auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos)); in getGlyphPositionAtCoordinate()
1185 …auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos + context.size… in getGlyphPositionAtCoordinate()
1214 fOwner->findPreviousGraphemeBoundary(clusterIndex8); in getGlyphPositionAtCoordinate()
1216 fOwner->findNextGraphemeBoundary(clusterEnd8) - graphemeUtf8Start; in getGlyphPositionAtCoordinate()
1217 size_t utf16Index = fOwner->getUTF16Index(clusterIndex8); in getGlyphPositionAtCoordinate()