Searched refs:textNode1 (Results 1 – 3 of 3) sorted by relevance
1485 auto textNode1 = FrameNode::GetOrCreateFrameNode( variable1488 ASSERT_NE(textNode1, nullptr);1489 textNode1->MountToParent(contentFrameNode);1546 auto textNode1 = FrameNode::GetOrCreateFrameNode( variable1549 ASSERT_NE(textNode1, nullptr);1550 textNode1->MountToParent(contentFrameNode);
3522 auto textNode1 = AceType::DynamicCast<FrameNode>(contentFrameNode->GetOrCreateChildByIndex(1)); variable3523 auto text1ContentLayoutProperty = textNode1->GetLayoutProperty<TextLayoutProperty>();3526 textNode1, text1ContentFrameNodeGeometryNode, textNode1->GetLayoutProperty());3647 auto textNode1 = AceType::DynamicCast<FrameNode>(contentFrameNode->GetOrCreateChildByIndex(1)); variable3648 auto text1ContentLayoutProperty = textNode1->GetLayoutProperty<TextLayoutProperty>();3651 textNode1, text1ContentFrameNodeGeometryNode, textNode1->GetLayoutProperty());
209 auto textNode1 = CreateDateTextNode("/"); in CreateDateNode() local210 CHECK_NULL_VOID(textNode1); in CreateDateNode()211 textNode1->MountToParent(contentNode); in CreateDateNode()