Lines Matching refs:clusters
36 const uint32_t* clusters,
123 fClusters = runBuffer.clusters;
130 runBuffer.clusters,
189 const uint32_t* clusters,
205 && clusters[glyphIndex] == clusters[glyphIndex + 1]) {
208 unsigned textBegin = clusters[glyphIndex];
211 if (clusters[i] >= textEnd) {
212 textEnd = clusters[i] + 1;
216 if (clusters[i] > textBegin && clusters[i] < textEnd) {
217 textEnd = clusters[i];