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

  /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 1377 milliseconds