Searched refs:addSpacesEvenly (Results 1 – 3 of 3) sorted by relevance
157 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in addSpacesEvenly() function in skia::textlayout::Run
122 SkScalar addSpacesEvenly(SkScalar space, Cluster* cluster);
466 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in spaceGlyphs()