Searched refs:ClusterPos (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextWrapper.h | 15 class ClusterPos { 17 ClusterPos() : fCluster(nullptr), fPos(0) {} in ClusterPos() function 18 ClusterPos(Cluster* cluster, size_t pos) : fCluster(cluster), fPos(pos) {} in ClusterPos() function 71 fStart = ClusterPos(cluster, cluster->startPos()); in extend() 73 fEnd = ClusterPos(cluster, cluster->endPos()); in extend() 79 fEnd = ClusterPos(cluster, pos); in extend() 86 fStart = ClusterPos(cluster, pos); in startFrom() 87 fEnd = ClusterPos(cluster, pos); in startFrom() 135 ClusterPos fStart; 136 ClusterPos fEnd; [all …]
|
/third_party/skia/modules/skparagraph/src/ |
D | TextWrapper.h | 15 class ClusterPos { 17 ClusterPos() : fCluster(nullptr), fPos(0) {} in ClusterPos() function 18 ClusterPos(Cluster* cluster, size_t pos) : fCluster(cluster), fPos(pos) {} in ClusterPos() function 79 fStart = ClusterPos(cluster, cluster->startPos()); in extend() 81 fEnd = ClusterPos(cluster, cluster->endPos()); in extend() 92 fEnd = ClusterPos(cluster, pos); in extend() 99 fStart = ClusterPos(cluster, pos); in startFrom() 100 fEnd = ClusterPos(cluster, pos); in startFrom() 155 ClusterPos fStart; 156 ClusterPos fEnd; [all …]
|