Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DUniscribeHelper.h126 int spaceWidth() const in spaceWidth() function
130 void setSpaceWidth(int spaceWidth) in setSpaceWidth()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h122 float spaceWidth() const { return m_spaceWidth; } in spaceWidth() function
124 void setSpaceWidth(float spaceWidth) { m_spaceWidth = spaceWidth; } in setSpaceWidth()
DFont.h136 float spaceWidth() const { return primaryFont()->spaceWidth() + m_letterSpacing; } in spaceWidth() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.cpp382 static SkBitmap createBitmapWithSpace(const SkBitmap& bitmap, int spaceWidth, int spaceHeight) in createBitmapWithSpace()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp587 float spaceWidth = fontData->spaceWidth() - fontData->syntheticBoldOffset(); in adjustGlyphsAndAdvances() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp818 … float spaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, &space, 1, style())); in trimmedPrefWidths() local
DRenderBlock.cpp4056 … float spaceWidth = font.width(RenderBlockFlow::constructTextRun(t, font, &space, 1, t->style())); in stripTrailingSpace() local