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

  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 88 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; }
Font.h 124 int spaceWidth() const { return (int)ceilf(primaryFont()->adjustedSpaceWidth() + m_letterSpacing); }
WidthIterator.cpp 134 width = fontData->adjustedSpaceWidth();
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 318 advance = fontData->adjustedSpaceWidth();