Searched refs:computedFont (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontCacheQt.cpp69 QRawFont computedFont = rawFontForCharacters(qstring, originalFontData->getQtRawFont()); local
70 if (!computedFont.isValid())
72 FontPlatformData alternateFont(computedFont);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp1933 RefPtr<FontValue> computedFont = FontValue::create(); local
1934 computedFont->style = fontStyleFromStyle(style.get());
1935 computedFont->variant = fontVariantFromStyle(style.get());
1936 computedFont->weight = fontWeightFromStyle(style.get());
1937 computedFont->size = fontSizeFromStyle(style.get());
1938 computedFont->lineHeight = lineHeightFromStyle(style.get(), m_node->document()->renderView());
1939 computedFont->family = fontFamilyFromStyle(style.get());
1940 return computedFont.release();

Completed in 183 milliseconds