Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/chromium/
DUniscribeHelper.h121 int spaceWidth() const in spaceWidth() function
125 void setSpaceWidth(int spaceWidth) in setSpaceWidth()
/external/webkit/WebCore/platform/graphics/
DFont.h115 …int spaceWidth() const { return (int)ceilf(primaryFont()->adjustedSpaceWidth() + m_letterSpacing);… in spaceWidth() function
DSimpleFontData.h80 float spaceWidth() const { return m_spaceWidth; } in spaceWidth() function
/external/webkit/WebCore/rendering/
DRenderText.cpp506 int spaceWidth = f.width(TextRun(&space, 1)); in trimmedPrefWidths() local
DRenderBlock.cpp4075 int spaceWidth = font.width(TextRun(&space, 1)); in stripTrailingSpace() local