Home
last modified time | relevance | path

Searched refs:bindProperty (Results 1 – 18 of 18) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottieShapeLayer.cpp51 auto p_attached = abuilder->bindProperty<VectorValue>(jrect["p"], ascope, in AttachRRectGeometry()
55 auto s_attached = abuilder->bindProperty<VectorValue>(jrect["s"], ascope, in AttachRRectGeometry()
59 auto r_attached = abuilder->bindProperty<ScalarValue>(jrect["r"], ascope, in AttachRRectGeometry()
81 auto p_attached = abuilder->bindProperty<VectorValue>(jellipse["p"], ascope, in AttachEllipseGeometry()
85 auto s_attached = abuilder->bindProperty<VectorValue>(jellipse["s"], ascope, in AttachEllipseGeometry()
116 abuilder->bindProperty<VectorValue>(jstar["p"], ascope, in AttachPolystarGeometry()
120 abuilder->bindProperty<ScalarValue>(jstar["pt"], ascope, in AttachPolystarGeometry()
124 abuilder->bindProperty<ScalarValue>(jstar["ir"], ascope, in AttachPolystarGeometry()
128 abuilder->bindProperty<ScalarValue>(jstar["or"], ascope, in AttachPolystarGeometry()
132 abuilder->bindProperty<ScalarValue>(jstar["is"], ascope, in AttachPolystarGeometry()
[all …]
DSkottie.cpp73 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix2D()
77 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix2D()
81 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix2D()
92 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()
96 bound |= this->bindProperty<ScalarValue>(t["sk"], ascope, in attachMatrix2D()
100 bound |= this->bindProperty<ScalarValue>(t["sa"], ascope, in attachMatrix2D()
121 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix3D()
125 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix3D()
129 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix3D()
136 bound |= this->bindProperty<VectorValue>(t["or"], ascope, in attachMatrix3D()
[all …]
DSkottiePriv.h57 bool bindProperty(const skjson::Value&,
63 bool bindProperty(const skjson::Value& jv, in bindProperty() function
67 return this->bindProperty(jv, ascope, std::move(apply), &default_ignore); in bindProperty()
DSkottieAnimator.cpp378 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
386 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
399 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
407 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
DSkottiePrecompLayer.cpp78 this->bindProperty<ScalarValue>(*time_remap, ascope, in attachPrecompLayer()
DSkottieLayerEffect.cpp55 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()
DSkottieTextLayer.cpp287 this->bindProperty<TextValue>(*jd, ascope, [adapter] (const TextValue& txt) { in attachTextLayer()
DSkottieLayer.cpp122 has_opacity |= abuilder->bindProperty<ScalarValue>((*m)["o"], ascope, in AttachMask()
/external/skia/modules/skottie/src/
DSkottieShapeLayer.cpp51 auto p_attached = abuilder->bindProperty<VectorValue>(jrect["p"], ascope, in AttachRRectGeometry()
55 auto s_attached = abuilder->bindProperty<VectorValue>(jrect["s"], ascope, in AttachRRectGeometry()
59 auto r_attached = abuilder->bindProperty<ScalarValue>(jrect["r"], ascope, in AttachRRectGeometry()
81 auto p_attached = abuilder->bindProperty<VectorValue>(jellipse["p"], ascope, in AttachEllipseGeometry()
85 auto s_attached = abuilder->bindProperty<VectorValue>(jellipse["s"], ascope, in AttachEllipseGeometry()
116 abuilder->bindProperty<VectorValue>(jstar["p"], ascope, in AttachPolystarGeometry()
120 abuilder->bindProperty<ScalarValue>(jstar["pt"], ascope, in AttachPolystarGeometry()
124 abuilder->bindProperty<ScalarValue>(jstar["ir"], ascope, in AttachPolystarGeometry()
128 abuilder->bindProperty<ScalarValue>(jstar["or"], ascope, in AttachPolystarGeometry()
132 abuilder->bindProperty<ScalarValue>(jstar["is"], ascope, in AttachPolystarGeometry()
[all …]
DSkottieLayerEffect.cpp56 abuilder->bindProperty<ScalarValue>((*amount_prop)["v"], ascope, in AttachTintLayerEffect()
99 abuilder->bindProperty<ScalarValue>((*blend_prop)["v"], ascope, in AttachTritoneLayerEffect()
138 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()
188 abuilder->bindProperty<VectorValue>((*color_prop)["v"], ascope, in AttachDropShadowLayerEffect()
192 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachDropShadowLayerEffect()
196 abuilder->bindProperty<ScalarValue>((*direction_prop)["v"], ascope, in AttachDropShadowLayerEffect()
200 abuilder->bindProperty<ScalarValue>((*distance_prop)["v"], ascope, in AttachDropShadowLayerEffect()
204 abuilder->bindProperty<ScalarValue>((*softness_prop)["v"], ascope, in AttachDropShadowLayerEffect()
208 abuilder->bindProperty<ScalarValue>((*shadow_only_prop)["v"], ascope, in AttachDropShadowLayerEffect()
243 abuilder->bindProperty<ScalarValue>((*blurriness_prop)["v"], ascope, in AttachGaussianBlurLayerEffect()
[all …]
DSkottie.cpp79 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix2D()
83 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix2D()
87 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix2D()
98 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()
102 bound |= this->bindProperty<ScalarValue>(t["sk"], ascope, in attachMatrix2D()
106 bound |= this->bindProperty<ScalarValue>(t["sa"], ascope, in attachMatrix2D()
127 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix3D()
131 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix3D()
135 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix3D()
142 bound |= this->bindProperty<VectorValue>(t["or"], ascope, in attachMatrix3D()
[all …]
DSkottiePriv.h57 bool bindProperty(const skjson::Value&,
63 bool bindProperty(const skjson::Value& jv, in bindProperty() function
67 return this->bindProperty(jv, ascope, std::move(apply), &default_ignore); in bindProperty()
DSkottieAnimator.cpp376 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
384 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
397 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
405 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
DSkottiePrecompLayer.cpp78 this->bindProperty<ScalarValue>(*time_remap, ascope, in attachPrecompLayer()
DSkottieTextLayer.cpp287 this->bindProperty<TextValue>(*jd, ascope, [adapter] (const TextValue& txt) { in attachTextLayer()
DSkottieLayer.cpp122 has_opacity |= abuilder->bindProperty<ScalarValue>((*m)["o"], ascope, in AttachMask()
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...