Searched refs:kPaint (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | ShapeLayer.cpp | 84 kPaint, enumerator 105 { "fl", ShapeType::kPaint , 0, kNone }, // fill in FindShapeInfo() 106 { "gf", ShapeType::kPaint , 2, kNone }, // gfill in FindShapeInfo() 108 { "gs", ShapeType::kPaint , 3, kNone }, // gstroke in FindShapeInfo() 117 { "st", ShapeType::kPaint , 1, kNone }, // stroke in FindShapeInfo() 270 case ShapeType::kPaint: { in attachShape()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGValue.h | 29 kPaint, enumerator 84 using SkSVGPaintValue = SkSVGWrapperValue<SkSVGPaint , SkSVGValue::Type::kPaint >;
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ShapeLayer.cpp | 457 kPaint, enumerator 472 { "fl", ShapeType::kPaint , 0 }, // fill -> AttachColorFill in FindShapeInfo() 473 { "gf", ShapeType::kPaint , 2 }, // gfill -> AttachGradientFill in FindShapeInfo() 475 { "gs", ShapeType::kPaint , 3 }, // gstroke -> AttachGradientStroke in FindShapeInfo() 482 { "st", ShapeType::kPaint , 1 }, // stroke -> AttachColorStroke in FindShapeInfo() 624 case ShapeType::kPaint: { in attachShape()
|