Searched refs:smallCaps (Results 1 – 13 of 13) sorted by relevance
47 smallCaps = desc.smallCaps(); in WebFontDescription()65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
197 if (!m_derivedFontData->smallCaps) in smallCapsFontData()198 … m_derivedFontData->smallCaps = createScaledFontData(fontDescription, smallCapsFontSizeMultiplier); in smallCapsFontData()200 return m_derivedFontData->smallCaps; in smallCapsFontData()246 if (smallCaps) in ~DerivedFontData()247 GlyphPageTreeNode::pruneTreeCustomFontData(smallCaps.get()); in ~DerivedFontData()
113 FontSmallCaps smallCaps() const { return static_cast<FontSmallCaps>(m_smallCaps); } in smallCaps() function
226 RefPtr<SimpleFontData> smallCaps; member
114 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps()
169 if (m_fontDescription.smallCaps() && !primaryFont()->isSVGFont()) { in glyphDataAndPageForCharacter()
78 , smallCaps(false) in WebFontDescription()90 bool smallCaps; member
217 result.smallCaps = font.small_caps != PP_FALSE; in PPFontDescToWebFontDesc()283 description->small_caps = web_desc.smallCaps ? PP_TRUE : PP_FALSE; in Describe()
455 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps) in setSmallCaps() argument459 scope.fontDescription().setSmallCaps(smallCaps); in setSmallCaps()
294 if (m_derivedFontData->smallCaps)295 FontCache::fontCache()->releaseFontData(m_derivedFontData->smallCaps.get());
3628 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmallCaps smallCaps) in CSSPrimitiveValue() argument3632 switch (smallCaps) { in CSSPrimitiveValue()
1518 if (style.fontDescription().smallCaps()) in valueForFontVariant()
1988 if (fontDescription.smallCaps() == FontSmallCapsOn) in font()