Lines Matching refs:fOwner
24 : fOwner(owner) in Run()
110 ClusterIndex index = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()
117 ClusterIndex startIndex = fOwner->clusterIndex(text.start); in findLimitingClusters()
118 ClusterIndex endIndex = fOwner->clusterIndex(text.end - 1); in findLimitingClusters()
128 TextIndex start = fOwner->findNextGraphemeBoundary(text.start); in findLimitingGraphemes()
129 TextIndex end = fOwner->findNextGraphemeBoundary(text.end); in findLimitingGraphemes()
137 auto cluster = &fOwner->cluster(correctIndex); in iterateThroughClusters()
277 auto& run = fOwner->run(fRunIndex); in trimmedWidth()
288 return &fOwner->placeholders()[fPlaceholderIndex].fStyle; in placeholderStyle()
295 if (fRunIndex >= fOwner->runs().size()) { in runOrNull()
298 return &fOwner->run(fRunIndex); in runOrNull()
302 SkASSERT(fRunIndex < fOwner->runs().size()); in run()
303 return fOwner->run(fRunIndex); in run()
307 SkASSERT(fRunIndex < fOwner->runs().size()); in font()
308 return fOwner->run(fRunIndex).font(); in font()
312 return fOwner->codeUnitHasProperty(fTextRange.end, CodeUnitFlags::kSoftLineBreakBefore); in isSoftBreak()
316 return fOwner->codeUnitHasProperty(fTextRange.end, CodeUnitFlags::kGraphemeStart); in isGraphemeBreak()