Searched refs:controlNode (Results 1 – 4 of 4) sorted by relevance
22 auto controlNode = GetControlNode(); in ResetControl() local23 if (!controlNode) { in ResetControl()26 double lastValue = controlNode->GetValue(); in ResetControl()48 double ret = controlNode->GetValue() - lastValue; in ResetControl()49 controlNode->ResetNode(0.0, controlNode->GetVelocity()); in ResetControl()
123 auto controlNode = springAdapter_->GetControlNode(); in SetParams() local124 if (!controlNode) { in SetParams()125 controlNode = node; in SetParams()127 int32_t delta = std::abs(index - controlNode->GetIndex()); in SetParams()
85 auto controlNode = adapter_->GetControlNode(); in EndToValue() local86 if (!controlNode) { in EndToValue()90 if (controlNode->IsAnimateToEnd()) { in EndToValue()
177 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode()); variable179 EXPECT_EQ(CONTROL_DAMPING_DEFAULT, controlNode->GetTransferParams()->Damping());180 auto node = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetNext(controlNode));202 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode()); variable204 EXPECT_EQ(CONTROL_DAMPING_DEFAULT, controlNode->GetTransferParams()->Damping());205 auto node = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetNext(controlNode));234 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode()); variable