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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 110 m_adjustedSpaceWidth = 0;
129 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width);
SimpleFontData.h 123 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; }
215 float m_adjustedSpaceWidth;

Completed in 73 milliseconds