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

  /external/webkit/WebCore/platform/graphics/
Font.h 124 int spaceWidth() const { return (int)ceilf(primaryFont()->adjustedSpaceWidth() + m_letterSpacing); }
125 int tabWidth() const { return 8 * spaceWidth(); }
SimpleFontData.h 87 float spaceWidth() const { return m_spaceWidth; }
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 121 int spaceWidth() const
125 void setSpaceWidth(int spaceWidth)
127 m_spaceWidth = spaceWidth;
  /external/webkit/WebCore/rendering/
RenderText.cpp 435 int monospaceCharacterWidth = f.spaceWidth();
508 int spaceWidth = f.width(TextRun(&space, 1));
509 maxW -= spaceWidth;
    [all...]
RenderBlock.cpp     [all...]

Completed in 179 milliseconds