Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.h122 int spaceWidth() const in spaceWidth() function
126 void setSpaceWidth(int spaceWidth) in setSpaceWidth()
/external/webkit/Source/WebCore/platform/graphics/
DFont.h134 float spaceWidth() const { return primaryFont()->spaceWidth() + m_letterSpacing; } in spaceWidth() function
DSimpleFontData.h116 float spaceWidth() const { return m_spaceWidth; } in spaceWidth() function
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp270 float spaceWidth = fontData->spaceWidth(); in shapeAndPlaceItem() local
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp699 float spaceWidth = f.width(TextRun(&space, 1)); in trimmedPrefWidths() local
DRenderBlock.cpp4774 float spaceWidth = font.width(TextRun(&space, 1)); in stripTrailingSpace() local