OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ball
(Results
1 - 6
of
6
) sorted by null
/external/javassist/sample/duplicate/
Ball.java
6
public class
Ball
{
12
public
Ball
(int x, int y) {
18
public
Ball
(
Ball
b) {
Viewer.java
13
private
Ball
ball
;
field in class:Viewer
26
ball
= new
Ball
(50, 50);
27
ball
.changeColor(colorList[0]);
31
ball
.paint(g);
35
ball
.move(ev.getX(), ev.getY());
48
ball
.changeColor(colorList[++colorNo % colorList.length]);
/external/eigen/unsupported/test/
BVH.cpp
23
struct
Ball
29
Ball
() {}
30
Ball
(const VectorType &c, double r) : center(c), radius(r) {}
35
template<int Dim> AlignedBox<double, Dim> bounding_box(const
Ball
<Dim> &b)
41
struct BallPointStuff //this class provides functions to be both an intersector and a minimizer, both for a
ball
and a point and for two trees
45
typedef
Ball
<Dim> BallType;
97
typedef
Ball
<Dim> BallType;
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js
34
include("bouncing_balls_draw_ball_as_" + getArgValue('
ball
') + ".js");
53
balls.push(new
Ball
());
84
function
Ball
(){
157
// To gard against hanging, we treat the
ball
as rolling on the ground
/external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h
225
((
Ball
, 5))
/external/skia/src/sfnt/
SkPanose.h
225
((
Ball
, 5))
Completed in 292 milliseconds