HomeSort by relevance Sort by last modified time
    Searched defs:m_spaceWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h 128 return m_spaceWidth;
132 m_spaceWidth = spaceWidth;
421 int m_spaceWidth;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 122 float spaceWidth() const { return m_spaceWidth; }
124 void setSpaceWidth(float spaceWidth) { m_spaceWidth = spaceWidth; }
213 float m_spaceWidth;

Completed in 64 milliseconds