Searched refs:nextGlyph (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontFastPath.cpp | 459 unsigned nextGlyph = 1; in drawGlyphBuffer() local 463 while (nextGlyph < glyphBuffer.size()) { in drawGlyphBuffer() 464 const SimpleFontData* nextFontData = glyphBuffer.fontDataAt(nextGlyph); in drawGlyphBuffer() 469 …t->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, star… in drawGlyphBuffer() 472 …drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bou… in drawGlyphBuffer() 474 lastFrom = nextGlyph; in drawGlyphBuffer() 478 nextX += glyphBuffer.advanceAt(nextGlyph); in drawGlyphBuffer() 479 nextGlyph++; in drawGlyphBuffer() 484 …t->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, star… in drawGlyphBuffer() 487 …drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bou… in drawGlyphBuffer()
|