Searched defs:clusterIndex (Results 1 – 7 of 7) sorted by relevance
188 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex() function189 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex() local
111 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex() function
510 …for (auto clusterIndex = fClusterRange.start + 1; clusterIndex < fClusterRange.end; ++clusterIndex… in autoSpacing() local912 …for (auto clusterIndex = fGhostClusterRange.start; clusterIndex < fGhostClusterRange.end; ++cluste… in countWord() local965 …for (auto clusterIndex = fGhostClusterRange.end; clusterIndex > fGhostClusterRange.start; --cluste… in createTailEllipsis() local1043 …for (auto clusterIndex = fGhostClusterRange.start; clusterIndex < fGhostClusterRange.end; ++cluste… in createHeadEllipsis() local
1504 Cluster& ParagraphImpl::cluster(ClusterIndex clusterIndex) { in GetLineFontMetrics()1509 Run& ParagraphImpl::runByCluster(ClusterIndex clusterIndex) { in GetLineFontMetrics()
135 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex() function
39 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()
46 auto checkCluster = [&](size_t clusterIndex) { in is_one_to_one()