Searched refs:renameFontInternal (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp346 static size_t renameFontInternal(SharedBuffer* fontData, const String& fontName, Vector<char> &rewrittenFontData) function in namespace:WebCore
419 if (!renameFontInternal(fontData, fontName, rewrittenFontData))
431 size_t nameTableSize = renameFontInternal(fontData, fontName, rewrittenFontData);

Completed in 56 milliseconds