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

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
H A DCubeWallpaper1.java182 drawLine(c, -400, -400, -400, 400, -400, -400);
183 drawLine(c, 400, -400, -400, 400, 400, -400);
184 drawLine(c, 400, 400, -400, -400, 400, -400);
185 drawLine(c, -400, 400, -400, -400, -400, -400);
187 drawLine(c, -400, -400, 400, 400, -400, 400);
188 drawLine(c, 400, -400, 400, 400, 400, 400);
189 drawLine(c, 400, 400, 400, -400, 400, 400);
190 drawLine(c, -400, 400, 400, -400, -400, 400);
192 drawLine(c, -400, -400, 400, -400, -400, -400);
193 drawLine(
202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { method in class:CubeWallpaper1.CubeEngine
[all...]

Completed in 194 milliseconds