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

  /external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.h 42 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt);
WOFFFileFormat.cpp 114 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt)
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 74 if (!convertWOFFToSfnt(buffer, sfnt))
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 60 if (!convertWOFFToSfnt(buffer, sfnt))
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 173 if (!convertWOFFToSfnt(buffer, sfnt))

Completed in 3229 milliseconds