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

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.h 79 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family);
FontPlatformData.cpp 259 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family);
515 LONG FontPlatformData::adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)
FontCacheWinCE.cpp 194 LONG weight = FontPlatformData::adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 389 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)
522 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
566 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family);

Completed in 31 milliseconds