Searched defs:spaceWidth (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | UniscribeHelper.h | 126 int spaceWidth() const in spaceWidth() function 130 void setSpaceWidth(int spaceWidth) in setSpaceWidth()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | SimpleFontData.h | 122 float spaceWidth() const { return m_spaceWidth; } in spaceWidth() function 124 void setSpaceWidth(float spaceWidth) { m_spaceWidth = spaceWidth; } in setSpaceWidth()
|
D | Font.h | 136 float spaceWidth() const { return primaryFont()->spaceWidth() + m_letterSpacing; } in spaceWidth() function
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
D | NativeImageSkia.cpp | 382 static SkBitmap createBitmapWithSpace(const SkBitmap& bitmap, int spaceWidth, int spaceHeight) in createBitmapWithSpace()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | ComplexTextController.cpp | 587 float spaceWidth = fontData->spaceWidth() - fontData->syntheticBoldOffset(); in adjustGlyphsAndAdvances() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderText.cpp | 818 … float spaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, &space, 1, style())); in trimmedPrefWidths() local
|
D | RenderBlock.cpp | 4056 … float spaceWidth = font.width(RenderBlockFlow::constructTextRun(t, font, &space, 1, t->style())); in stripTrailingSpace() local
|