Searched refs:gatherNodeChildInfo (Results 1 – 5 of 5) sorted by relevance
242 GatherNodeChildInfo& gatherNodeChildInfo);
1993 GatherNodeChildInfo gatherNodeChildInfo; in CreateGatherNode() local1994 auto imageNode = CreateImageNode(itemFrameNode, gatherNodeChildInfo); in CreateGatherNode()1997 actuator->PushBackGatherNodeChild(gatherNodeChildInfo); in CreateGatherNode()2006 GatherNodeChildInfo& gatherNodeChildInfo) in CreateImageNode() argument2048 gatherNodeChildInfo = {imageNode, offset, width, height, width / 2.0f, height / 2.0f}; in CreateImageNode()
1910 GatherNodeChildInfo gatherNodeChildInfo; variable1911 gatherNodeChildInfo.imageNode = imageNode;1913 gatherNodeChildInfos.emplace_back(gatherNodeChildInfo);
535 std::vector<GatherNodeChildInfo> gatherNodeChildInfo(2); variable539 …= dragEventActuator->GetOrCreateGatherNode(overlayManager, dragEventActuator, gatherNodeChildInfo);
1357 NG::GatherNodeChildInfo gatherNodeChildInfo; variable1361 auto imageNode = DragEventActuator::CreateImageNode(frameNode, gatherNodeChildInfo);