Searched defs:shapes (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkPicturePlayback.cpp123 const SkTDArray<SkShape* >& shapes = record.getShapes(); local
124 fShapeCount = shapes.count();
128 SkShape* s = shapes[i];
/external/v8/benchmarks/
H A Draytrace.js308 shapes : [],
318 this.shapes = new Array();
716 for(var i=0; i<scene.shapes.length; i++){
717 var shape = scene.shapes[i];
893 scene.shapes.push(plane);
894 scene.shapes.push(sphere);
895 scene.shapes.push(sphere1);
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js303 shapes : [],
313 this.shapes = new Array();
711 for(var i=0; i<scene.shapes.length; i++){
712 var shape = scene.shapes[i];
888 scene.shapes.push(plane);
889 scene.shapes.push(sphere);
890 scene.shapes.push(sphere1);

Completed in 21 milliseconds