Searched refs:VectorValue (Results 1 – 9 of 9) sorted by relevance
/external/skqp/experimental/skottie/ |
D | SkottieAnimator.cpp | 40 VectorValue lerp(const VectorValue& v0, const VectorValue& v1, float t) { in lerp() 43 VectorValue v; in lerp() 322 std::function<void(const VectorValue&)>&& apply, in Make() 323 const VectorValue*) { in Make() argument 355 const VectorValue vec = { fX, fY }; in onTick() 363 explicit SplitPointAnimator(std::function<void(const VectorValue&)>&& apply) in SplitPointAnimator() 366 const std::function<void(const VectorValue&)> fApplyFunc; 377 std::function<void(const VectorValue&)>&& apply, in BindSplitPositionProperty() 378 const VectorValue* noop) { in BindSplitPositionProperty() 400 std::function<void(const VectorValue&)>&& apply, in BindProperty() [all …]
|
D | Skottie.cpp | 74 auto anchor_attached = BindProperty<VectorValue>(t["a"], &ctx->fAnimators, in AttachMatrix() 75 [composite](const VectorValue& a) { in AttachMatrix() 76 composite->setAnchorPoint(ValueTraits<VectorValue>::As<SkPoint>(a)); in AttachMatrix() 78 auto position_attached = BindProperty<VectorValue>(t["p"], &ctx->fAnimators, in AttachMatrix() 79 [composite](const VectorValue& p) { in AttachMatrix() 80 composite->setPosition(ValueTraits<VectorValue>::As<SkPoint>(p)); in AttachMatrix() 82 auto scale_attached = BindProperty<VectorValue>(t["s"], &ctx->fAnimators, in AttachMatrix() 83 [composite](const VectorValue& s) { in AttachMatrix() 84 composite->setScale(ValueTraits<VectorValue>::As<SkVector>(s)); in AttachMatrix() 166 auto p_attached = BindProperty<VectorValue>(jrect["p"], &ctx->fAnimators, in AttachRRectGeometry() [all …]
|
D | SkottieProperties.cpp | 52 size_t ValueTraits<VectorValue>::Cardinality(const VectorValue& vec) { in Cardinality() 58 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& vec) { in As() 64 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() 73 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As()
|
D | SkottieProperties.h | 46 using VectorValue = std::vector<ScalarValue>; variable
|
/external/skia/experimental/skottie/ |
D | SkottieAnimator.cpp | 40 VectorValue lerp(const VectorValue& v0, const VectorValue& v1, float t) { in lerp() 43 VectorValue v; in lerp() 322 std::function<void(const VectorValue&)>&& apply, in Make() 323 const VectorValue*) { in Make() argument 355 const VectorValue vec = { fX, fY }; in onTick() 363 explicit SplitPointAnimator(std::function<void(const VectorValue&)>&& apply) in SplitPointAnimator() 366 const std::function<void(const VectorValue&)> fApplyFunc; 377 std::function<void(const VectorValue&)>&& apply, in BindSplitPositionProperty() 378 const VectorValue* noop) { in BindSplitPositionProperty() 400 std::function<void(const VectorValue&)>&& apply, in BindProperty() [all …]
|
D | Skottie.cpp | 75 auto anchor_attached = BindProperty<VectorValue>(t["a"], &ctx->fAnimators, in AttachMatrix() 76 [composite](const VectorValue& a) { in AttachMatrix() 77 composite->setAnchorPoint(ValueTraits<VectorValue>::As<SkPoint>(a)); in AttachMatrix() 79 auto position_attached = BindProperty<VectorValue>(t["p"], &ctx->fAnimators, in AttachMatrix() 80 [composite](const VectorValue& p) { in AttachMatrix() 81 composite->setPosition(ValueTraits<VectorValue>::As<SkPoint>(p)); in AttachMatrix() 83 auto scale_attached = BindProperty<VectorValue>(t["s"], &ctx->fAnimators, in AttachMatrix() 84 [composite](const VectorValue& s) { in AttachMatrix() 85 composite->setScale(ValueTraits<VectorValue>::As<SkVector>(s)); in AttachMatrix() 167 auto p_attached = BindProperty<VectorValue>(jrect["p"], &ctx->fAnimators, in AttachRRectGeometry() [all …]
|
D | SkottieProperties.cpp | 52 size_t ValueTraits<VectorValue>::Cardinality(const VectorValue& vec) { in Cardinality() 58 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& vec) { in As() 64 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() 73 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As()
|
D | SkottieProperties.h | 46 using VectorValue = std::vector<ScalarValue>; variable
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 209 ArrayRef<Constant*> VectorValue(TempValues); in getRandomValue() local 210 return ConstantVector::get(VectorValue); in getRandomValue()
|