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

  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) {
70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) {
85 if (shapeType == SHAPE_BOX) {
97 } else if (shapeType == SHAPE_CIRCLE) {
  /frameworks/base/libs/hwui/
ShapeCache.h 77 enum ShapeType {
88 shapeType = kShapeNone;
99 ShapeCacheEntry(ShapeType type, SkPaint* paint) {
100 shapeType = type;
114 ShapeType shapeType;
123 LTE_INT(shapeType) {
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 283 stroke is non-opaque, and our shapetype actually supports
628 int shapeType = a.getInt(
633 if (shapeType == RING) {
652 setShape(shapeType);
    [all...]

Completed in 302 milliseconds