Home
last modified time | relevance | path

Searched refs:localGlyphBuffer (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DGlyphPageTreeNodeCGWin.cpp45 CGGlyph localGlyphBuffer[GlyphPage::size]; in fill() local
46 wkGetGlyphs(fontData->platformData().cgFont(), buffer, localGlyphBuffer, bufferLength); in fill()
48 Glyph glyph = localGlyphBuffer[i]; in fill()
DGlyphPageTreeNodeCairoWin.cpp52 WORD localGlyphBuffer[GlyphPage::size * 2]; in fill() local
53 DWORD result = GetGlyphIndices(dc, buffer, bufferLength, localGlyphBuffer, 0); in fill()
57 Glyph glyph = localGlyphBuffer[i]; in fill()
/external/webkit/WebCore/platform/graphics/chromium/
DGlyphPageTreeNodeChromiumWin.cpp119 WORD localGlyphBuffer[GlyphPage::size]; in fillBMPGlyphs() local
132 GetGlyphIndices(dc, buffer, length, localGlyphBuffer, GGI_MARK_NONEXISTING_GLYPHS); in fillBMPGlyphs()
144 Glyph glyph = localGlyphBuffer[i]; in fillBMPGlyphs()
/external/webkit/WebCore/platform/graphics/
DFontFastPath.cpp347 GlyphBuffer localGlyphBuffer; in offsetForPositionForSimpleText() local
354 if (!it.advanceOneCharacter(w, &localGlyphBuffer)) in offsetForPositionForSimpleText()
369 if (!it.advanceOneCharacter(w, &localGlyphBuffer)) in offsetForPositionForSimpleText()