Home
last modified time | relevance | path

Searched refs:lastFrom (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dregexp-indexof.js34 var lastFrom;
44 lastFrom = from;
49 assertEquals(str.substr(0, lastFrom), RegExp.leftContext, "leftContext");
51 str.substr(lastFrom + lastLength), RegExp.rightContext, "rightContext");
/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp385 int lastFrom = 0; in drawGlyphBuffer() local
391 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint); in drawGlyphBuffer()
393 lastFrom = nextGlyph; in drawGlyphBuffer()
402 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint); in drawGlyphBuffer()