Home
last modified time | relevance | path

Searched refs:smallCaps (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp47 smallCaps = desc.smallCaps(); in WebFontDescription()
65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.cpp197 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()
DFontDescription.h113 FontSmallCaps smallCaps() const { return static_cast<FontSmallCaps>(m_smallCaps); } in smallCaps() function
DSimpleFontData.h226 RefPtr<SimpleFontData> smallCaps; member
DFont.h114 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps()
DFontFastPath.cpp169 if (m_fontDescription.smallCaps() && !primaryFont()->isSVGFont()) { in glyphDataAndPageForCharacter()
/external/chromium_org/third_party/WebKit/public/web/
DWebFontDescription.h78 , smallCaps(false) in WebFontDescription()
90 bool smallCaps; member
/external/chromium_org/content/child/
Dbrowser_font_resource_trusted.cc217 result.smallCaps = font.small_caps != PP_FALSE; in PPFontDescToWebFontDesc()
283 description->small_caps = web_desc.smallCaps ? PP_TRUE : PP_FALSE; in Describe()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp455 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps) in setSmallCaps() argument
459 scope.fontDescription().setSmallCaps(smallCaps); in setSmallCaps()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataMac.mm294 if (m_derivedFontData->smallCaps)
295 FontCache::fontCache()->releaseFontData(m_derivedFontData->smallCaps.get());
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3628 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmallCaps smallCaps) in CSSPrimitiveValue() argument
3632 switch (smallCaps) { in CSSPrimitiveValue()
DCSSComputedStyleDeclaration.cpp1518 if (style.fontDescription().smallCaps()) in valueForFontVariant()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1988 if (fontDescription.smallCaps() == FontSmallCapsOn) in font()