HomeSort by relevance Sort by last modified time
    Searched defs:adjustedGDIFontWeight (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 343 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)
476 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
525 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family);
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 257 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family);
513 LONG FontPlatformData::adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)

Completed in 63 milliseconds