/external/skqp/modules/skottie/src/ |
D | SkottieShapeLayer.cpp | 51 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 …]
|
D | Skottie.cpp | 73 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 …]
|
D | SkottiePriv.h | 57 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()
|
D | SkottieAnimator.cpp | 378 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
|
D | SkottiePrecompLayer.cpp | 78 this->bindProperty<ScalarValue>(*time_remap, ascope, in attachPrecompLayer()
|
D | SkottieLayerEffect.cpp | 55 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()
|
D | SkottieTextLayer.cpp | 287 this->bindProperty<TextValue>(*jd, ascope, [adapter] (const TextValue& txt) { in attachTextLayer()
|
D | SkottieLayer.cpp | 122 has_opacity |= abuilder->bindProperty<ScalarValue>((*m)["o"], ascope, in AttachMask()
|
/external/skia/modules/skottie/src/ |
D | SkottieShapeLayer.cpp | 51 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 …]
|
D | SkottieLayerEffect.cpp | 56 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 …]
|
D | Skottie.cpp | 79 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 …]
|
D | SkottiePriv.h | 57 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()
|
D | SkottieAnimator.cpp | 376 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
|
D | SkottiePrecompLayer.cpp | 78 this->bindProperty<ScalarValue>(*time_remap, ascope, in attachPrecompLayer()
|
D | SkottieTextLayer.cpp | 287 this->bindProperty<TextValue>(*jd, ascope, [adapter] (const TextValue& txt) { in attachTextLayer()
|
D | SkottieLayer.cpp | 122 has_opacity |= abuilder->bindProperty<ScalarValue>((*m)["o"], ascope, in AttachMask()
|
/external/mockito/lib/ |
D | byte-buddy-1.8.15.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |