Home
last modified time | relevance | path

Searched refs:fGhostClusterRange (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.h60 ClusterRange clustersWithSpaces() { return fGhostClusterRange; } in clustersWithSpaces()
138 ClusterRange fGhostClusterRange; variable
DTextLine.cpp96 , fGhostClusterRange(clustersWithGhosts) in TextLine()
111 auto& start = owner->cluster(fGhostClusterRange.start); in TextLine()
112 auto& end = owner->cluster(fGhostClusterRange.end - 1); in TextLine()
725 auto trailedRange = fGhostClusterRange.intersection(run.clusterRange()); in iterateThroughClustersInGlyphsOrder()
950 return fOwner->cluster(fGhostClusterRange.end - 1).isHardBreak() || in endsWithHardLineBreak()
952 fGhostClusterRange.end == fOwner->clusters().size() - 1; in endsWithHardLineBreak()