Home
last modified time | relevance | path

Searched refs:m_adjustedSpaceWidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.cpp110 m_adjustedSpaceWidth = 0; in platformGlyphInit()
129 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width); in platformGlyphInit()
DSimpleFontData.h122 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; } in adjustedSpaceWidth()
211 float m_adjustedSpaceWidth; variable