supportsFormat 60 Source/core/css/CSSFontFaceSrcValue.cpp return FontCustomPlatformData::supportsFormat(m_format) supportsFormat 64 Source/platform/fonts/FontCustomPlatformData.h static bool supportsFormat(const String&); supportsFormat 80 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format); supportsFormat 49 Source/platform/fonts/opentype/OpenTypeSanitizer.h static bool supportsFormat(const String&); supportsFormat 109 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);