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

  /external/skia/experimental/skottie/
SkottieAnimator.h 22 bool BindProperty(const Json::Value&,
Skottie.cpp 75 auto anchor_attached = BindProperty<VectorValue>(t["a"], &ctx->fAnimators,
79 auto position_attached = BindProperty<VectorValue>(t["p"], &ctx->fAnimators,
83 auto scale_attached = BindProperty<VectorValue>(t["s"], &ctx->fAnimators,
94 auto rotation_attached = BindProperty<ScalarValue>(*jrotation, &ctx->fAnimators,
98 auto skew_attached = BindProperty<ScalarValue>(t["sk"], &ctx->fAnimators,
102 auto skewaxis_attached = BindProperty<ScalarValue>(t["sa"], &ctx->fAnimators,
136 BindProperty<ScalarValue>(opacity, &ctx->fAnimators,
149 return BindProperty<ShapeValue>(jpath, &ctx->fAnimators,
167 auto p_attached = BindProperty<VectorValue>(jrect["p"], &ctx->fAnimators,
171 auto s_attached = BindProperty<VectorValue>(jrect["s"], &ctx->fAnimators
    [all...]
SkottieAnimator.cpp 390 bool BindProperty(const Json::Value& jprop,
398 bool BindProperty(const Json::Value& jprop,
408 bool BindProperty(const Json::Value& jprop,
  /external/skqp/experimental/skottie/
SkottieAnimator.h 22 bool BindProperty(const Json::Value&,
Skottie.cpp 74 auto anchor_attached = BindProperty<VectorValue>(t["a"], &ctx->fAnimators,
78 auto position_attached = BindProperty<VectorValue>(t["p"], &ctx->fAnimators,
82 auto scale_attached = BindProperty<VectorValue>(t["s"], &ctx->fAnimators,
93 auto rotation_attached = BindProperty<ScalarValue>(*jrotation, &ctx->fAnimators,
97 auto skew_attached = BindProperty<ScalarValue>(t["sk"], &ctx->fAnimators,
101 auto skewaxis_attached = BindProperty<ScalarValue>(t["sa"], &ctx->fAnimators,
135 BindProperty<ScalarValue>(opacity, &ctx->fAnimators,
148 return BindProperty<ShapeValue>(jpath, &ctx->fAnimators,
166 auto p_attached = BindProperty<VectorValue>(jrect["p"], &ctx->fAnimators,
170 auto s_attached = BindProperty<VectorValue>(jrect["s"], &ctx->fAnimators
    [all...]
SkottieAnimator.cpp 390 bool BindProperty(const Json::Value& jprop,
398 bool BindProperty(const Json::Value& jprop,
408 bool BindProperty(const Json::Value& jprop,

Completed in 210 milliseconds