• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/

Lines Matching refs:FontPlatformData

22 #include "FontPlatformData.h"
196 if (FontPlatformData::isSongTiSupported())
254 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family);
268 fontData->m_codePages |= FontPlatformData::getKnownFontCodePages(winFont.lfFaceName);
315 , m_family(FontPlatformData::defaultFontFamily())
336 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& desiredFamily, bool useDefaultFontIfNotPresent)
349 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
357 FontPlatformData::~FontPlatformData()
368 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& o)
379 HFONT FontPlatformData::hfont() const
393 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const
410 bool FontPlatformData::discardFontHandle()
427 const TEXTMETRIC& FontPlatformData::metrics() const
432 bool FontPlatformData::isSystemFont() const
437 int FontPlatformData::size() const
442 const FontDescription& FontPlatformData::fontDescription() const
447 const AtomicString& FontPlatformData::family() const
452 const LOGFONT& FontPlatformData::logFont() const
457 bool FontPlatformData::isDisabled() const
462 DWORD FontPlatformData::codePages() const
467 bool FontPlatformData::isSongTiSupported()
473 bool FontPlatformData::mapKnownFont(DWORD codePages, String& family)
485 DWORD FontPlatformData::getKnownFontCodePages(const wchar_t* family)
495 const String& FontPlatformData::defaultFontFamily()
501 LONG FontPlatformData::adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)
514 String FontPlatformData::description() const