Searched refs:GetOperations (Results 1 – 6 of 6) sorted by relevance
78 const std::vector<AnimatableTransformOperation>& GetOperations() const in GetOperations() function137 TransformOperations::ParseOperationsToMatrix(blended.GetOperations()); in ComputerBlendedMatrix4()154 TransformOperations::ParseOperationsToMatrix(target.GetOperations());163 operations_ = value.GetOperations(); in MoveTo()
244 ASSERT_EQ(result.GetOperations().size(), operations.size());245 EXPECT_EQ(result.GetOperations()[0].translateOperation_, TranslateOperation());246 EXPECT_EQ(result.GetOperations()[1].scaleOperation_, ScaleOperation());247 EXPECT_EQ(result.GetOperations()[2].skewOperation_, SkewOperation());248 EXPECT_EQ(result.GetOperations()[3].rotateOperation_, RotateOperation());249 EXPECT_EQ(result.GetOperations()[4].perspectiveOperation_, PerspectiveOperation());
185 std::vector<TransformOperation>& GetOperations() in GetOperations() function190 const std::vector<TransformOperation>& GetOperations() const in GetOperations() function
125 result.GetOperations().push_back(rotation); in Evaluate()
1029 for (const auto& operation : render->GetTransformEffects().GetOperations()) { in GetRotate()1051 for (const auto& operation : render->GetTransformEffects().GetOperations()) { in GetScale()1072 for (const auto& operation : render->GetTransformEffects().GetOperations()) { in GetTransform()1095 for (const auto& operation : render->GetTransformEffects().GetOperations()) { in GetTranslate()
347 ParseTransformEffects(transformEffects_.GetOperations(), transform_); in UpdateTransform()