Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphCache.cpp62 hash = mix(hash, SkGoodHash()(ts.fStyle.getWordSpacing())); in operator ()()
105 if (tsa.fStyle.getWordSpacing() != tsb.fStyle.getWordSpacing()) { in operator ==()
DParagraphImpl.cpp298 if (currentStyle->fStyle.getWordSpacing() != 0) { in markLineBreaks()
301 … shift += run.addSpacesAtTheEnd(currentStyle->fStyle.getWordSpacing(), cluster); in markLineBreaks()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h132 SkScalar getWordSpacing() const { return fWordSpacing; } in getWordSpacing() function
/third_party/skia/modules/skparagraph/include/
DTextStyle.h234 SkScalar getWordSpacing() const { return fWordSpacing; } in getWordSpacing() function
/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp93 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getWordSpacing()))); in operator ()()
DParagraphImpl.cpp457 if (currentStyle->fStyle.getWordSpacing() != 0) { in spaceGlyphs()
460 … shift += run.addSpacesAtTheEnd(currentStyle->fStyle.getWordSpacing(), cluster); in spaceGlyphs()