Home
last modified time | relevance | path

Searched refs:shiftCluster (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextLine.h134 void shiftCluster(const Cluster* cluster, SkScalar shift, SkScalar prevShift);
DTextLine.cpp458 shiftCluster(cluster, ghostShift, ghostShift); in justify()
473 shiftCluster(cluster, shift, prevShift); in justify()
484 void TextLine::shiftCluster(const Cluster* cluster, SkScalar shift, SkScalar prevShift) { in shiftCluster() function in skia::textlayout::TextLine
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.h87 void shiftCluster(ClusterIndex index, SkScalar shift) { in shiftCluster() function
DTextLine.cpp427 fMaster->shiftCluster(index, ghostShift); in justify()
441 fMaster->shiftCluster(index, shift); in justify()