Home
last modified time | relevance | path

Searched refs:getLetterSpacing (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphCache.cpp61 hash = mix(hash, SkGoodHash()(ts.fStyle.getLetterSpacing())); in operator ()()
102 if (tsa.fStyle.getLetterSpacing() != tsb.fStyle.getLetterSpacing()) { in operator ==()
DParagraphImpl.cpp306 if (currentStyle->fStyle.getLetterSpacing() != 0) { in markLineBreaks()
307 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in markLineBreaks()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h129 SkScalar getLetterSpacing() const { return fLetterSpacing; } in getLetterSpacing() function
/third_party/skia/modules/skparagraph/include/
DTextStyle.h231 SkScalar getLetterSpacing() const { return fLetterSpacing; } in getLetterSpacing() function
/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp92 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getLetterSpacing()))); in operator ()()
DParagraphImpl.cpp465 if (currentStyle->fStyle.getLetterSpacing() != 0) { in spaceGlyphs()
466 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in spaceGlyphs()