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

  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.h 78 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family);
FontPlatformData.cpp 257 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family);
513 LONG FontPlatformData::adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)
FontCacheWince.cpp 194 LONG weight = FontPlatformData::adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
  /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);

Completed in 68 milliseconds