Home
last modified time | relevance | path

Searched refs:clusterRange (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DRun.cpp367 ClusterRange clusterRange; in scaleFontWithCompressionConfig() local
374 found = clusterRange.start != fClusterRange.end; in scaleFontWithCompressionConfig()
375 clusterRange.start = fOwner->clusterIndex(text.start); in scaleFontWithCompressionConfig()
376 clusterRange.end = fOwner->clusterIndex(text.end - 1); in scaleFontWithCompressionConfig()
379 clusterRange.start = fOwner->clusterIndex(text.end); in scaleFontWithCompressionConfig()
380 clusterRange.end = fOwner->clusterIndex(text.start + 1); in scaleFontWithCompressionConfig()
381 found = clusterRange.end != fClusterRange.start; in scaleFontWithCompressionConfig()
386 clusterRange.start, in scaleFontWithCompressionConfig()
387 clusterRange.end); in scaleFontWithCompressionConfig()
H A DParagraphImpl.cpp181 size_t currentRunCharNumber = targetRun.clusterRange().end - in GetLineFontMetrics()
182 targetRun.clusterRange().start; in GetLineFontMetrics()
1176 auto clusterRange = ClusterRange(0, trailingSpaces); in GetLineFontMetrics() local
1181 clusterRange, clusterRangeWithGhosts, run.advance().x(), in GetLineFontMetrics()
1281 auto clusterRange = ClusterRange(0, trailingSpaces); in GetLineFontMetrics() local
1285 clusterRange, clusterRangeWithGhosts, run.advance().x(), in GetLineFontMetrics()
1670 SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange clusterRange) { in GetLineFontMetrics() argument
1671 SkASSERT(clusterRange.start < SkToSizeT(fClusters.size()) && in GetLineFontMetrics()
1672 clusterRange.end <= SkToSizeT(fClusters.size())); in GetLineFontMetrics()
1673 return SkSpan<Cluster>(&fClusters[clusterRange in GetLineFontMetrics()
[all...]
H A DParagraphImpl.h203 SkSpan<Cluster> clusters(ClusterRange clusterRange);
H A DRun.h140 ClusterRange clusterRange() const { return fClusterRange; } in clusterRange() function in skia::textlayout::Run
H A DTextLine.cpp1395 auto trimmedRange = fClusterRange.intersection(run.clusterRange());
1396 auto trailedRange = fGhostClusterRange.intersection(run.clusterRange());

Completed in 11 milliseconds