Searched defs:setWordAndLetterSpacing (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp424 // setWordAndLetterSpacing calls setWordSpacingAdjustment() and
427 void setWordAndLetterSpacing(int wordSpacingAdjustment, int letterSpacingAdjustment);
687 void TextRunWalker::setWordAndLetterSpacing(int wordSpacingAdjustment, function in class:WebCore::TextRunWalker
1024 walker.setWordAndLetterSpacing(wordSpacing(), letterSpacing());
1109 walker.setWordAndLetterSpacing(wordSpacing(), letterSpacing());
1134 walker.setWordAndLetterSpacing(wordSpacing(), letterSpacing());
1166 walker.setWordAndLetterSpacing(wordSpacing(), letterSpacing());

Completed in 53 milliseconds