Lines Matching refs:node2
91 RenderNode node2; in TEST() local
92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST()
93 node2.animatorProperties().updateMatrix(); in TEST()
94 da.pushTransform(&node2); in TEST()
112 RenderNode node2; in TEST() local
113 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST()
114 node2.animatorProperties().setClipToBounds(false); in TEST()
115 node2.animatorProperties().setRotationX(1.0f); in TEST()
116 node2.animatorProperties().setRotationY(1.0f); in TEST()
117 node2.animatorProperties().setRotation(20.0f); in TEST()
118 node2.animatorProperties().setCameraDistance(500.0f); in TEST()
119 node2.animatorProperties().setTranslationZ(30.0f); in TEST()
120 node2.animatorProperties().updateMatrix(); in TEST()
121 da.pushTransform(&node2); in TEST()