Home
last modified time | relevance | path

Searched refs:addSpacesEvenly (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DRun.cpp421 SkScalar Run::addSpacesEvenly(SkScalar space) { in scaleFontWithCompressionConfig() function in skia::textlayout::Run
440 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in scaleFontWithCompressionConfig() function in skia::textlayout::Run
462 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in scaleFontWithCompressionConfig() function in skia::textlayout::Run
H A DRun.h155 SkScalar addSpacesEvenly(SkScalar space, Cluster* cluster);
156 SkScalar addSpacesEvenly(SkScalar space);
H A DParagraphImpl.cpp958 shift += run.addSpacesEvenly(style.getLetterSpacing(), cluster); in GetLineFontMetrics()
1008 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in GetLineFontMetrics()

Completed in 6 milliseconds