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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 116 float spaceWidth() const { return primaryFont()->spaceWidth() + fontDescription().letterSpacing(); }
230 float tabWidth = tabSize * fontData.spaceWidth() + fontDescription().letterSpacing();
SimpleFontData.h 118 float spaceWidth() const { return m_spaceWidth; }
119 void setSpaceWidth(float spaceWidth) { m_spaceWidth = spaceWidth; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 723 float monospaceCharacterWidth = f.spaceWidth();
811 float spaceWidth = font.width(constructTextRun(this, font, &spaceChar, 1, style(), direction));
812 maxWidth -= spaceWidth;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 96 milliseconds