HomeSort by relevance Sort by last modified time
    Searched refs:m_spaceWidth (Results 1 - 4 of 4) 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;
UniscribeHelper.cpp 160 , m_spaceWidth(0)
    [all...]
  /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;
SimpleFontData.cpp 108 m_spaceWidth = 0;
125 m_spaceWidth = width;

Completed in 1447 milliseconds