Home
last modified time | relevance | path

Searched refs:shiftCluster (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLine.h247 void shiftCluster(const Cluster* cluster, SkScalar shift, SkScalar prevShift);
H A DTextLine.cpp824 this->shiftCluster(cluster, ghostShift, ghostShift);
848 this->shiftCluster(cluster, shift, prevShift);
871 void TextLine::shiftCluster(const Cluster* cluster, SkScalar shift, SkScalar prevShift) { function in skia::textlayout::TextLine

Completed in 5 milliseconds