Searched refs:addSpacesEvenly (Results 1 – 6 of 6) sorted by relevance
174 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in addSpacesEvenly() function in skia::textlayout::Run
114 SkScalar addSpacesEvenly(SkScalar space, Cluster* cluster);
307 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in markLineBreaks()
162 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in addSpacesEvenly() function in skia::textlayout::Run
124 SkScalar addSpacesEvenly(SkScalar space, Cluster* cluster);
466 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in spaceGlyphs()