Searched refs:spaceWidth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.h116 float spaceWidth() const { return primaryFont()->spaceWidth() + fontDescription().letterSpacing(); } function in class:blink::Font
230 float tabWidth = tabSize * fontData.spaceWidth() + fontDescription().letterSpacing();
H A DSimpleFontData.h118 float spaceWidth() const { return m_spaceWidth; } function in class:blink::SimpleFontData
119 void setSpaceWidth(float spaceWidth) { m_spaceWidth = spaceWidth; } argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp181 static SkBitmap createBitmapWithSpace(const SkBitmap& bitmap, int spaceWidth, int spaceHeight) argument
184 info.fWidth += spaceWidth;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp510 float spaceWidth = fontData->spaceWidth() - fontData->syntheticBoldOffset();
537 CGSize advance = treatAsSpace ? CGSizeMake(spaceWidth, advances[i].height) : advances[i];
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.cpp118 fontData->setAvgCharWidth(numeralZeroGlyph ? fontData->widthForGlyph(numeralZeroGlyph) : fontData->spaceWidth());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp723 float monospaceCharacterWidth = f.spaceWidth();
811 float spaceWidth = font.width(constructTextRun(this, font, &spaceChar, 1, style(), direction)); local
812 maxWidth -= spaceWidth;
H A DRenderBlockLineLayout.cpp1169 float spaceWidth = font.width(constructTextRun(t, font, &space, 1, t->style(), LTR)); local
1170 inlineMax -= spaceWidth + font.fontDescription().wordSpacing();
/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 ...

Completed in 1070 milliseconds