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 621 static int cssIdentifierForFontSizeKeyword(int keywordSize)
623 ASSERT_ARG(keywordSize, keywordSize);
624 ASSERT_ARG(keywordSize, keywordSize <= 8);
625 return CSSValueXxSmall + keywordSize - 1;
641 if (int keywordSize = style->fontDescription().keywordSize())
642 return primitiveValueCache->createIdentifierValue(cssIdentifierForFontSizeKeyword(keywordSize));
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 350 if (renderStyle->fontDescription().keywordSize())
    [all...]

Completed in 159 milliseconds