Searched defs:tabWidth (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp132 float tabWidth = m_font->tabWidth(*fontData); local
133 width = tabWidth - fmodf(m_run.xPos() + m_runWidthSoFar, tabWidth);
H A DFont.h135 float tabWidth(const SimpleFontData& fontData) const { return 8 * fontData.spaceWidth() + letterSpacing(); } function in class:WebCore::Font
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DStringBlock.java57 private float tabWidth = 50; field in class:StringBlock
177 void setTabWidth(float tabWidth) { argument
178 this.tabWidth = tabWidth;
186 return tabWidth;
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp458 float tabWidth = m_font.tabWidth(*fontData); local
459 advance.width = tabWidth - fmodf(m_run.xPos() + m_totalWidth + widthSinceLastCommit, tabWidth);
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp623 float tabWidth = allowTabs() ? monospaceCharacterWidth * 8 : 0; local
636 w += tabWidth ? tabWidth - fmodf(xPos + w, tabWidth) : monospaceCharacterWidth;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds