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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeSanitizer.h 49 static bool supportsFormat(const String&);
OpenTypeSanitizer.cpp 70 bool OpenTypeSanitizer::supportsFormat(const String& format)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontCustomPlatformDataMac.cpp 79 bool FontCustomPlatformData::supportsFormat(const String& format)
81 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCustomPlatformDataSkia.cpp 81 bool FontCustomPlatformData::supportsFormat(const String& format)
83 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontCustomPlatformData.h 69 static bool supportsFormat(const String&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
FontCustomPlatformDataWin.cpp 131 bool FontCustomPlatformData::supportsFormat(const String& format)
133 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.cpp 60 return FontCustomPlatformData::supportsFormat(m_format)

Completed in 213 milliseconds