Searched refs:lastFrom (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/ |
D | regexp-indexof.js | 34 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/ |
D | FontFastPath.cpp | 385 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()
|