Searched refs:shapeType (Results 1 – 4 of 4) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugSystem.java | 55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { in drawShape() argument 70 Texture texture = getTexture(shapeType, colorType); in drawShape() 83 private final Texture getTexture(int shapeType, int colorType) { in getTexture() argument 85 if (shapeType == SHAPE_BOX) { in getTexture() 97 } else if (shapeType == SHAPE_CIRCLE) { in getTexture()
|
/external/skia/bench/ |
D | ShapesBench.cpp | 167 int shapeType = fShapesType; in onDelayedSetup() local 168 if (kMixed_ShapesType == shapeType) { in onDelayedSetup() 169 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType); in onDelayedSetup() 176 switch (shapeType) { in onDelayedSetup() 191 switch (shapeType) { in onDelayedSetup()
|
/external/skia/gm/ |
D | dstreadshuffle.cpp | 145 ShapeType shapeType = static_cast<ShapeType>(i); in onDraw() local 156 this->drawShape(canvas, &p, shapeType); in onDraw()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
D | chlo_legalize_to_hlo.cc | 1495 auto shapeType = in matchAndRewrite() local 1498 rewriter.createOrFold<tensor::CastOp>(loc, shapeType, resultExtents); in matchAndRewrite()
|