HomeSort by relevance Sort by last modified time
    Searched defs:Shapes (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
nested.cpp 36 enum Shapes {
43 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) {
96 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
97 AddShape(&path, innerRects[innerRect], (Shapes) innerShape,
  /art/test/044-proxy/src/
BasicTest.java 42 Shapes shapes = (Shapes) proxy; local
43 shapes.circle(3);
44 shapes.rectangle(10, 20);
45 shapes.blob();
58 shapes.upChuck();
64 shapes.upCheck();
100 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
128 interface Shapes {
    [all...]
  /dalvik/tests/044-proxy/src/
BasicTest.java 41 Shapes shapes = (Shapes) proxy; local
42 shapes.circle(3);
43 shapes.rectangle(10, 20);
44 shapes.blob();
55 shapes.upChuck();
61 shapes.upCheck();
88 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
116 interface Shapes {
    [all...]

Completed in 555 milliseconds