Home
last modified time | relevance | path

Searched defs:gdiFontWeight (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp384 static inline bool isGDIFontWeightBold(LONG gdiFontWeight) in isGDIFontWeightBold()
389 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family) in adjustedGDIFontWeight()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp515 LONG FontPlatformData::adjustedGDIFontWeight(LONG gdiFontWeight, const String& family) in create()