Searched refs:getWordSpacing (Results 1 – 6 of 6) sorted by relevance
62 hash = mix(hash, SkGoodHash()(ts.fStyle.getWordSpacing())); in operator ()()105 if (tsa.fStyle.getWordSpacing() != tsb.fStyle.getWordSpacing()) { in operator ==()
298 if (currentStyle->fStyle.getWordSpacing() != 0) { in markLineBreaks()301 … shift += run.addSpacesAtTheEnd(currentStyle->fStyle.getWordSpacing(), cluster); in markLineBreaks()
132 SkScalar getWordSpacing() const { return fWordSpacing; } in getWordSpacing() function
234 SkScalar getWordSpacing() const { return fWordSpacing; } in getWordSpacing() function
93 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getWordSpacing()))); in operator ()()
457 if (currentStyle->fStyle.getWordSpacing() != 0) { in spaceGlyphs()460 … shift += run.addSpacesAtTheEnd(currentStyle->fStyle.getWordSpacing(), cluster); in spaceGlyphs()