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/core/platform/graphics/
SimpleFontData.cpp 115 m_adjustedSpaceWidth = 0;
134 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width);
SimpleFontData.h 134 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; }
232 float m_adjustedSpaceWidth;

Completed in 29 milliseconds