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

/external/webkit/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp91 struct OS2Table { struct in namespace:WebCore
241 if (dataLength < tableOffset + sizeof(OS2Table))
245 const OS2Table* OS2 = reinterpret_cast<const OS2Table*>(data + tableOffset);

Completed in 37 milliseconds