Home
last modified time | relevance | path

Searched defs:spaceWidth (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h118 float spaceWidth() const { return m_spaceWidth; } in spaceWidth() function
119 void setSpaceWidth(float spaceWidth) { m_spaceWidth = spaceWidth; } in setSpaceWidth()
DFont.h116 …float spaceWidth() const { return primaryFont()->spaceWidth() + fontDescription().letterSpacing();… in spaceWidth() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.cpp181 static SkBitmap createBitmapWithSpace(const SkBitmap& bitmap, int spaceWidth, int spaceHeight) in createBitmapWithSpace()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp510 float spaceWidth = fontData->spaceWidth() - fontData->syntheticBoldOffset(); in adjustGlyphsAndAdvances() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp811 … float spaceWidth = font.width(constructTextRun(this, font, &spaceChar, 1, style(), direction)); in trimmedPrefWidths() local
DRenderBlockLineLayout.cpp1169 float spaceWidth = font.width(constructTextRun(t, font, &space, 1, t->style(), LTR)); in stripTrailingSpace() local