Searched refs:toGDIFontWeight (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp295 static LONG toGDIFontWeight(FontWeight fontWeight) function in namespace:WebCore
341 m_rootFontData = FixedSizeFontData::create(family, toGDIFontWeight(fontDescription.weight()), fontDescription.italic());
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp336 static LONG toGDIFontWeight(FontWeight fontWeight) function in namespace:WebCore
368 winfont->lfWeight = toGDIFontWeight(fontDescription.weight());
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp368 static LONG toGDIFontWeight(FontWeight fontWeight) function in namespace:WebCore
566 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family);

Completed in 258 milliseconds