Home
last modified time | relevance | path

Searched refs:setKeywordSize (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp71 fontDesc.setKeywordSize(lroundf(scaleFactor * fontDesc.keywordSize())); in scaledFontData()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h121 void setKeywordSize(unsigned s) { m_keywordSize = s; } in setKeywordSize() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1227 fontDescription.setKeywordSize(CSSValueMedium - CSSValueXxSmall + 1); in styleForDocument()
4301 fontDescription.setKeywordSize(0); in applyProperty()
4314 fontDescription.setKeywordSize(m_parentStyle->fontDescription().keywordSize()); in applyProperty()
4317 fontDescription.setKeywordSize(CSSValueMedium - CSSValueXxSmall + 1); in applyProperty()
4330 … fontDescription.setKeywordSize(primitiveValue->getIdent() - CSSValueXxSmall + 1); in applyProperty()
4937 fontDescription.setKeywordSize(CSSValueMedium - CSSValueXxSmall + 1); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3129389 (WebCore::FontDescription::setKeywordSize):
DChangeLog-2009-06-1612772 (WebCore::FontDescription::setKeywordSize): Changed the parameter type