HomeSort by relevance Sort by last modified time
    Searched refs:toGDIFontWeight (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 434 static LONG toGDIFontWeight(FontWeight fontWeight)
466 winfont->lfWeight = toGDIFontWeight(fontDescription.weight());
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 293 static LONG toGDIFontWeight(FontWeight fontWeight)
339 m_rootFontData = FixedSizeFontData::create(family, toGDIFontWeight(fontDescription.weight()), fontDescription.italic());
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 322 static LONG toGDIFontWeight(FontWeight fontWeight)
525 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family);

Completed in 789 milliseconds