Searched refs:GetTransformTypeValue (Results 1 – 5 of 5) sorted by relevance
54 std::string GetTransformTypeValue(const std::unique_ptr<JsonValue>& transformJson) in GetTransformTypeValue() function470 … std::string typeValue = GetTransformTypeValue(transformJson->GetArrayItem(index)); in KeyframesAddKeyFrame()
487 std::string GetTransformTypeValue(const std::unique_ptr<JsonValue>& transformJson);
3177 std::string Declaration::GetTransformTypeValue(const std::unique_ptr<JsonValue>& transformJson) in GetTransformTypeValue() function in OHOS::Ace::Declaration
905 std::string GetTransformTypeValue(const std::unique_ptr<JsonValue>& transformJson);
832 std::string DOMNode::GetTransformTypeValue(const std::unique_ptr<JsonValue>& transformJson) in GetTransformTypeValue() function in OHOS::Ace::Framework::DOMNode855 std::string typeValue = node.GetTransformTypeValue(transformJson->GetArrayItem(index)); in SetTransform()