Home
last modified time | relevance | path

Searched refs:effectiveFontSize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp148 float FontDescription::effectiveFontSize() const in effectiveFontSize() function in WebCore::FontDescription
174 return FontCacheKey(familyName, effectiveFontSize(), options | traits << 9); in cacheKey()
DFontCache.cpp96 … result = createFontPlatformData(fontDescription, familyName, fontDescription.effectiveFontSize()); in getFontPlatformData()
DFontDescription.h142 float effectiveFontSize() const; // Returns either the computedSize or the computedPixelSize
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceSource.cpp190 fontDescription.effectiveFontSize(), in getFontData()
202 m_font->platformDataFromCustomData(fontDescription.effectiveFontSize(), in getFontData()
212 fontDescription.effectiveFontSize(), in getFontData()