HomeSort by relevance Sort by last modified time
    Searched refs:keywordSize (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 97 unsigned keywordSize() const { return m_keywordSize; }
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 71 fontDesc.setKeywordSize(lroundf(scaleFactor * fontDesc.keywordSize()));
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 633 static int cssIdentifierForFontSizeKeyword(int keywordSize)
635 ASSERT_ARG(keywordSize, keywordSize);
636 ASSERT_ARG(keywordSize, keywordSize <= 8);
637 return CSSValueXxSmall + keywordSize - 1;
653 if (int keywordSize = style->fontDescription().keywordSize())
654 return primitiveValueCache->createIdentifierValue(cssIdentifierForFontSizeKeyword(keywordSize));
    [all...]