Searched refs:jrotation (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skottie/src/ |
H A D | Transform.cpp | 21 const skjson::ObjectValue* jrotation, in TransformAdapter2D() 29 this->bind(abuilder, jrotation , fRotation); in TransformAdapter2D() 111 const auto* jrotation = &jtransform["r"]; in attachMatrix2D() local 112 if (jrotation->is<skjson::NullValue>()) { in attachMatrix2D() 114 jrotation = &jtransform["rz"]; in attachMatrix2D() 121 *jrotation, in attachMatrix2D() 17 TransformAdapter2D(const AnimationBuilder& abuilder, const skjson::ObjectValue* janchor_point, const skjson::ObjectValue* jposition, const skjson::ObjectValue* jscale, const skjson::ObjectValue* jrotation, const skjson::ObjectValue* jskew, const skjson::ObjectValue* jskew_axis, bool auto_orient) TransformAdapter2D() argument
|
H A D | Transform.h | 34 const skjson::ObjectValue* jrotation,
|
Completed in 2 milliseconds