Searched defs:glyphVector (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGlyphPageTreeNodeMac.cpp83 Vector<CGGlyph, 512> glyphVector; local
106 glyphVector.resize(glyphCount);
107 CTRunGetGlyphs(ctRun, CFRangeMake(0, 0), glyphVector.data());
108 glyphs = glyphVector.data();
132 long glyphVector[(GLYPH_VECTOR_SIZE + sizeof(long) - 1) / sizeof(long)]; local
134 OSStatus status = wkInitializeGlyphVector(GlyphPage::size, &glyphVector);
140 wkConvertCharToGlyphs(fontData->m_styleGroup, buffer, bufferLength, &glyphVector);
142 unsigned numGlyphs = wkGetGlyphVectorNumGlyphs(&glyphVector);
146 wkClearGlyphVector(&glyphVector);
150 ATSLayoutRecord* glyphRecord = (ATSLayoutRecord*)wkGetGlyphVectorFirstRecord(glyphVector);
[all...]

Completed in 311 milliseconds