Searched refs:shapeType (Results 1 – 7 of 7) 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/skqp/bench/ |
D | ShapesBench.cpp | 165 int shapeType = fShapesType; in onDelayedSetup() local 166 if (kMixed_ShapesType == shapeType) { in onDelayedSetup() 167 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType); in onDelayedSetup() 174 switch (shapeType) { in onDelayedSetup() 189 switch (shapeType) { in onDelayedSetup()
|
/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/skqp/gm/ |
D | dstreadshuffle.cpp | 126 ShapeType shapeType = static_cast<ShapeType>(i); in onDraw() local 137 this->drawShape(canvas, &p, shapeType); in onDraw()
|
/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/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/ |
D | ExpandOps.cpp | 81 auto shapeType = op.shape().getType().cast<MemRefType>(); in matchAndRewrite() local 82 if (!shapeType.hasStaticShape()) in matchAndRewrite() 85 int64_t rank = shapeType.cast<MemRefType>().getDimSize(0); in matchAndRewrite()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | intrinsics.cpp | 1876 DynamicType shapeType{ in HandleC_F_Pointer() local 1880 shapeType = *type; in HandleC_F_Pointer() 1884 characteristics::TypeAndShape{shapeType, 1}}; in HandleC_F_Pointer()
|