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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h79 void setWordSpacingAdjustment(int wordSpacingAdjustment) { m_wordSpacingAdjustment = wordSpacingAdjustment; }
149 int m_wordSpacingAdjustment; // delta adjustment (pixels) for each word break. member in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp441 m_wordSpacingAdjustment = wordSpacingAdjustment;
456 // setLetterSpacingAdjustment() to override m_wordSpacingAdjustment
528 int m_wordSpacingAdjustment; // delta adjustment (pixels) for each word break. member in class:WebCore::TextRunWalker
545 , m_wordSpacingAdjustment(0)
837 advance += m_wordSpacingAdjustment;

Completed in 51 milliseconds