Home
last modified time | relevance | path

Searched refs:shapeType (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DDebugSystem.java55 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/
DShapesBench.cpp167 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/
Ddstreadshuffle.cpp145 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/
Dchlo_legalize_to_hlo.cc1495 auto shapeType = in matchAndRewrite() local
1498 rewriter.createOrFold<tensor::CastOp>(loc, shapeType, resultExtents); in matchAndRewrite()