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

  /external/skia/gm/
dstreadshuffle.cpp 25 enum ShapeType {
43 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) {
127 ShapeType shapeType = static_cast<ShapeType>(i);
138 this->drawShape(canvas, &p, shapeType);
  /frameworks/base/libs/hwui/
PathCache.h 118 enum class ShapeType {
130 ShapeType type;
168 PathDescription(ShapeType shapeType, const SkPaint* paint);
  /external/skia/src/gpu/instanced/
InstancedRenderingTypes.h 46 enum class ShapeType : uint8_t {
53 constexpr int kNumShapeTypes = 1 + (int)ShapeType::kComplexRRect;
55 inline static ShapeType GetRRectShapeType(const SkRRect& rrect) {
58 return static_cast<ShapeType>(rrect.getType() - 1);
60 GR_STATIC_ASSERT((int)ShapeType::kRect == SkRRect::kRect_Type - 1);
61 GR_STATIC_ASSERT((int)ShapeType::kOval == SkRRect::kOval_Type - 1);
62 GR_STATIC_ASSERT((int)ShapeType::kSimpleRRect == SkRRect::kSimple_Type - 1);
63 GR_STATIC_ASSERT((int)ShapeType::kNinePatch == SkRRect::kNinePatch_Type - 1);
64 GR_STATIC_ASSERT((int)ShapeType::kComplexRRect == SkRRect::kComplex_Type - 1);
69 kRect_ShapeFlag = (1 << (int)ShapeType::kRect)
    [all...]

Completed in 89 milliseconds