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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DGlyphPageTreeNodeCGWin.cpp45 CGGlyph localGlyphBuffer[GlyphPage::size]; local
46 wkGetGlyphs(fontData->platformData().cgFont(), buffer, localGlyphBuffer, bufferLength);
48 Glyph glyph = localGlyphBuffer[i];
H A DGlyphPageTreeNodeCairoWin.cpp52 WORD localGlyphBuffer[GlyphPage::size * 2]; local
53 DWORD result = GetGlyphIndices(dc, buffer, bufferLength, localGlyphBuffer, 0);
57 Glyph glyph = localGlyphBuffer[i];
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontFastPath.cpp137 GlyphBuffer localGlyphBuffer; local
138 it.advance(from, &localGlyphBuffer);
149 it.advance(run.length(), &localGlyphBuffer);
319 GlyphBuffer localGlyphBuffer; local
326 if (!it.advanceOneCharacter(w, localGlyphBuffer))
341 if (!it.advanceOneCharacter(w, localGlyphBuffer))

Completed in 133 milliseconds