Searched refs:smallCaps (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSimpleFontData.cpp209 if (!m_derivedFontData->smallCaps)
210 m_derivedFontData->smallCaps = createScaledFontData(fontDescription, smallCapsFontSizeMultiplier);
212 return m_derivedFontData->smallCaps;
284 if (smallCaps)
285 GlyphPageTreeNode::pruneTreeCustomFontData(smallCaps.get());
H A DFontDescription.h117 FontSmallCaps smallCaps() const { return static_cast<FontSmallCaps>(m_smallCaps); } function in class:WebCore::FontDescription
H A DFont.h152 bool isSmallCaps() const { return m_fontDescription.smallCaps(); }
H A DSimpleFontData.h306 RefPtr<SimpleFontData> smallCaps; member in struct:WebCore::final::DerivedFontData
H A DFontGlyphs.cpp266 if (description.smallCaps() && !primarySimpleFontData(description)->isSVGFont()) {
H A DFont.cpp259 return static_cast<unsigned>(description.script()) << 1 | static_cast<unsigned>(description.smallCaps());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DSimpleFontDataMac.mm283 if (m_derivedFontData->smallCaps)
284 fontCache().releaseFontData(m_derivedFontData->smallCaps.get());
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValueMappings.h3762 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmallCaps smallCaps) argument
3766 switch (smallCaps) {
H A DCSSComputedStyleDeclaration.cpp1478 if (style->fontDescription().smallCaps())
H A DDeprecatedStyleBuilder.cpp2372 setPropertyHandler(CSSPropertyFontVariant, ApplyPropertyFont<FontSmallCaps, &FontDescription::smallCaps, &FontDescription::setSmallCaps, FontSmallCapsOff>::createHandler());
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp2041 if (fontDescription.smallCaps() == FontSmallCapsOn)

Completed in 140 milliseconds