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

  /external/skia/gm/
dstreadshuffle.cpp 27 enum ShapeType {
47 ShapeType type) {
150 ShapeType shapeType = static_cast<ShapeType>(i);
169 this->drawShape(canvas, &p, shapeType);
  /external/skia/bench/
ShapesBench.cpp 167 int shapeType = fShapesType;
168 if (kMixed_ShapesType == shapeType) {
169 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
176 switch (shapeType) {
191 switch (shapeType) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionShape.java 67 final int shapeType = CollisionJNI.btCollisionShape_getShapeType(swigCPtr, null);
69 switch (shapeType) {
148 throw new RuntimeException("Unknown shape type " + Integer.toString(shapeType));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java 42 * shapeRenderer.begin(ShapeType.Line);
49 * shapeRenderer.begin(ShapeType.Filled);
62 * shapeRenderer.begin(ShapeType.Line);
79 /** Shape types to be used with {@link #begin(ShapeType)}.
81 public enum ShapeType {
86 ShapeType (int glType) {
102 private ShapeType shapeType;
199 begin(ShapeType.Line);
205 public void begin (ShapeType type) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 192 milliseconds