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

/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h162 typedef void *WKGlyphVectorRef; typedef
163 OSStatus WKConvertCharToGlyphs(void *styleGroup, const UniChar* characters, unsigned numCharacters, WKGlyphVectorRef glyphs);
166 OSStatus WKInitializeGlyphVector(int count, WKGlyphVectorRef glyphs);
167 void WKClearGlyphVector(WKGlyphVectorRef glyphs);
169 int WKGetGlyphVectorNumGlyphs(WKGlyphVectorRef glyphVector);
170 ATSLayoutRecord *WKGetGlyphVectorFirstRecord(WKGlyphVectorRef glyphVector);
171 size_t WKGetGlyphVectorRecordSize(WKGlyphVectorRef glyphVector);

Completed in 45 milliseconds