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

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 295 static LONG toGDIFontWeight(FontWeight fontWeight)
341 m_rootFontData = FixedSizeFontData::create(family, toGDIFontWeight(fontDescription.weight()), fontDescription.italic());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 336 static LONG toGDIFontWeight(FontWeight fontWeight)
368 winfont->lfWeight = toGDIFontWeight(fontDescription.weight());
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 368 static LONG toGDIFontWeight(FontWeight fontWeight)
566 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family);

Completed in 2625 milliseconds