Home
last modified time | relevance | path

Searched refs:actor2 (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/html/examples/
H A Devents-buttons-click.c24 ClutterActor *actor2; in main() local
42 actor2 = clutter_actor_new (); in main()
43 clutter_actor_set_name (actor2, "Blue Button"); in main()
44 clutter_actor_set_background_color (actor2, CLUTTER_COLOR_Blue); in main()
45 clutter_actor_set_size (actor2, 100, 100); in main()
46 clutter_actor_set_position (actor2, 250, 150); in main()
47 clutter_actor_set_reactive (actor2, TRUE); in main()
48 clutter_actor_add_child (stage, actor2); in main()
54 clutter_actor_add_action (actor2, action2); in main()
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/examples/
H A Devents-buttons-click.c24 ClutterActor *actor2; in main() local
42 actor2 = clutter_actor_new (); in main()
43 clutter_actor_set_name (actor2, "Blue Button"); in main()
44 clutter_actor_set_background_color (actor2, CLUTTER_COLOR_Blue); in main()
45 clutter_actor_set_size (actor2, 100, 100); in main()
46 clutter_actor_set_position (actor2, 250, 150); in main()
47 clutter_actor_set_reactive (actor2, TRUE); in main()
48 clutter_actor_add_child (stage, actor2); in main()
54 clutter_actor_add_action (actor2, action2); in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/insane/
H A Dinsane_enemy.cpp149 if (_actor[actor2].kicking) { in enemy0handler()
162 (_actor[actor2].lost == 0) && in enemy0handler()
314 if (_actor[actor2].kicking) { in enemy1handler()
327 (_actor[actor2].lost == 0) && in enemy1handler()
461 if (_actor[actor2].kicking) { in enemy2handler()
474 (_actor[actor2].lost == 0) && in enemy2handler()
626 (_actor[actor2].lost == 0) && in enemy3handler()
770 if (_actor[actor2].kicking) { in enemy4handler()
783 (_actor[actor2].lost == 0) && in enemy4handler()
914 if (weaponMaxRange(actor2) >= dist && _actor[actor2].weapon == INV_CHAINSAW) { in enemy5handler()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/insane/
H A Dinsane_enemy.cpp151 if (_actor[actor2].kicking) { in enemy0handler()
164 (_actor[actor2].lost == 0) && in enemy0handler()
318 if (_actor[actor2].kicking) { in enemy1handler()
331 (_actor[actor2].lost == 0) && in enemy1handler()
467 if (_actor[actor2].kicking) { in enemy2handler()
480 (_actor[actor2].lost == 0) && in enemy2handler()
634 (_actor[actor2].lost == 0) && in enemy3handler()
780 if (_actor[actor2].kicking) { in enemy4handler()
793 (_actor[actor2].lost == 0) && in enemy4handler()
932 if (weaponMaxRange(actor2) >= dist && _actor[actor2].weapon == INV_CHAINSAW) { in enemy5handler()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dref-test-sanity.c87 ClutterActor *actor2; in meta_test_ref_test_sanity() local
103 actor2 = clutter_actor_new (); in meta_test_ref_test_sanity()
104 clutter_actor_set_position (actor2, 20, 20); in meta_test_ref_test_sanity()
105 clutter_actor_set_size (actor2, 50, 50); in meta_test_ref_test_sanity()
106 clutter_actor_set_background_color (actor2, CLUTTER_COLOR_SkyBlue); in meta_test_ref_test_sanity()
107 clutter_actor_add_child (stage, actor2); in meta_test_ref_test_sanity()
119 clutter_actor_destroy (actor2); in meta_test_ref_test_sanity()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Cxx/
H A DTestPolyDataPointSampler.cxx79 vtkActor *actor2 = vtkActor::New(); in TestPolyDataPointSampler() local
80 actor2->SetMapper(mapper2); in TestPolyDataPointSampler()
81 actor2->AddPosition(5.5,0,0); in TestPolyDataPointSampler()
82 actor2->GetProperty()->SetColor(0,1,0); in TestPolyDataPointSampler()
86 renderer->AddActor(actor2); in TestPolyDataPointSampler()
112 actor2->Delete(); in TestPolyDataPointSampler()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Cxx/
H A DTestPolyDataPointSampler.cxx78 vtkActor* actor2 = vtkActor::New(); in TestPolyDataPointSampler() local
79 actor2->SetMapper(mapper2); in TestPolyDataPointSampler()
80 actor2->AddPosition(5.5, 0, 0); in TestPolyDataPointSampler()
81 actor2->GetProperty()->SetColor(0, 1, 0); in TestPolyDataPointSampler()
85 renderer->AddActor(actor2); in TestPolyDataPointSampler()
111 actor2->Delete(); in TestPolyDataPointSampler()
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Cxx/
H A DTestPolyDataPointSampler.cxx79 vtkActor *actor2 = vtkActor::New(); in TestPolyDataPointSampler() local
80 actor2->SetMapper(mapper2); in TestPolyDataPointSampler()
81 actor2->AddPosition(5.5,0,0); in TestPolyDataPointSampler()
82 actor2->GetProperty()->SetColor(0,1,0); in TestPolyDataPointSampler()
86 renderer->AddActor(actor2); in TestPolyDataPointSampler()
112 actor2->Delete(); in TestPolyDataPointSampler()
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx66 vtkNew<vtkTextActor> actor2; in TestMathTextFreeTypeTextRendererNoMath() local
67 actor2->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRendererNoMath()
68 actor2->GetTextProperty()->SetColor(0.0, 1.0, 0.0); in TestMathTextFreeTypeTextRendererNoMath()
69 actor2->GetTextProperty()->SetJustificationToRight(); in TestMathTextFreeTypeTextRendererNoMath()
70 actor2->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRendererNoMath()
71 actor2->GetTextProperty()->SetFontFamilyToCourier(); in TestMathTextFreeTypeTextRendererNoMath()
72 actor2->SetInput(str.c_str()); in TestMathTextFreeTypeTextRendererNoMath()
73 actor2->SetPosition(590, 590); in TestMathTextFreeTypeTextRendererNoMath()
168 ren->AddActor(actor2); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestMathTextFonts.cxx64 vtkNew<vtkTextActor> actor2; in TestMathTextFonts() local
65 actor2->GetTextProperty()->SetFontSize(20); in TestMathTextFonts()
66 actor2->GetTextProperty()->SetColor(0.0, 1.0, 0.0); in TestMathTextFonts()
67 actor2->GetTextProperty()->SetFontFamilyToCourier(); in TestMathTextFonts()
68 actor2->SetInput(("Courier " + str).c_str()); in TestMathTextFonts()
69 actor2->SetPosition(10, 400); in TestMathTextFonts()
126 ren->AddActor(actor2); in TestMathTextFonts()
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx65 vtkNew<vtkTextActor> actor2; in TestMathTextFreeTypeTextRendererNoMath() local
66 actor2->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRendererNoMath()
67 actor2->GetTextProperty()->SetColor(0.0, 1.0, 0.0); in TestMathTextFreeTypeTextRendererNoMath()
68 actor2->GetTextProperty()->SetJustificationToRight(); in TestMathTextFreeTypeTextRendererNoMath()
69 actor2->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRendererNoMath()
70 actor2->GetTextProperty()->SetFontFamilyToCourier(); in TestMathTextFreeTypeTextRendererNoMath()
71 actor2->SetInput(str.c_str()); in TestMathTextFreeTypeTextRendererNoMath()
72 actor2->SetPosition(590, 590); in TestMathTextFreeTypeTextRendererNoMath()
167 ren->AddActor(actor2); in TestMathTextFreeTypeTextRendererNoMath()
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx65 vtkNew<vtkTextActor> actor2; in TestMathTextFreeTypeTextRendererNoMath() local
66 actor2->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRendererNoMath()
67 actor2->GetTextProperty()->SetColor(0.0, 1.0, 0.0); in TestMathTextFreeTypeTextRendererNoMath()
68 actor2->GetTextProperty()->SetJustificationToRight(); in TestMathTextFreeTypeTextRendererNoMath()
69 actor2->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRendererNoMath()
70 actor2->GetTextProperty()->SetFontFamilyToCourier(); in TestMathTextFreeTypeTextRendererNoMath()
71 actor2->SetInput(str.c_str()); in TestMathTextFreeTypeTextRendererNoMath()
72 actor2->SetPosition(590, 590); in TestMathTextFreeTypeTextRendererNoMath()
167 ren->AddActor(actor2.GetPointer()); in TestMathTextFreeTypeTextRendererNoMath()
/dports/math/vtk8/VTK-8.2.0/Examples/Graphics/Python/
H A DSegmentAndBrokenLineSources.py33 actor2 = vtkActor() variable
34 actor2.SetMapper( mapper2 )
35 actor2.GetProperty().SetColor( 0., 0., 1. )
36 actor2.GetProperty().SetLineWidth( 2.5 )
41 renderer.AddViewProp( actor2 )
/dports/math/vtk6/VTK-6.2.0/Examples/Graphics/Python/
H A DSegmentAndBrokenLineSources.py33 actor2 = vtkActor() variable
34 actor2.SetMapper( mapper2 )
35 actor2.GetProperty().SetColor( 0., 0., 1. )
36 actor2.GetProperty().SetLineWidth( 2.5 )
41 renderer.AddViewProp( actor2 )
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestMaskPointsModes.cxx73 vtkNew<vtkActor> actor1, actor2, actor3; in TestMaskPointsModes() local
78 actor2->SetMapper(mapper2); in TestMaskPointsModes()
79 actor2->GetProperty()->SetOpacity(0.5); in TestMaskPointsModes()
80 actor2->GetProperty()->SetPointSize(5); in TestMaskPointsModes()
81 actor2->GetProperty()->SetColor(0, 255, 0); in TestMaskPointsModes()
89 ren->AddActor(actor2); in TestMaskPointsModes()
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernary3DContour.cxx81 vtkNew<vtkActor> actor2; in TestHyperTreeGridTernary3DContour() local
82 actor2->SetMapper( mapper2 ); in TestHyperTreeGridTernary3DContour()
83 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DContour()
84 actor2->GetProperty()->SetColor( .3, .3, .3 ); in TestHyperTreeGridTernary3DContour()
85 actor2->GetProperty()->SetLineWidth( 1 ); in TestHyperTreeGridTernary3DContour()
104 renderer->AddActor( actor2 ); in TestHyperTreeGridTernary3DContour()
H A DTestHyperTreeGridTernary3DContourMaterial.cxx83 vtkNew<vtkActor> actor2; in TestHyperTreeGridTernary3DContourMaterial() local
84 actor2->SetMapper( mapper2 ); in TestHyperTreeGridTernary3DContourMaterial()
85 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DContourMaterial()
86 actor2->GetProperty()->SetColor( .3, .3, .3 ); in TestHyperTreeGridTernary3DContourMaterial()
87 actor2->GetProperty()->SetLineWidth( 1 ); in TestHyperTreeGridTernary3DContourMaterial()
106 renderer->AddActor( actor2 ); in TestHyperTreeGridTernary3DContourMaterial()
H A DTestHyperTreeGridBinary3DContour.cxx81 vtkNew<vtkActor> actor2; in TestHyperTreeGridBinary3DContour() local
82 actor2->SetMapper( mapper2 ); in TestHyperTreeGridBinary3DContour()
83 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridBinary3DContour()
84 actor2->GetProperty()->SetColor( .3, .3, .3 ); in TestHyperTreeGridBinary3DContour()
85 actor2->GetProperty()->SetLineWidth( 1 ); in TestHyperTreeGridBinary3DContour()
104 renderer->AddActor( actor2 ); in TestHyperTreeGridBinary3DContour()
H A DTestHyperTreeGridBinary3DGeometry.cxx62 vtkNew<vtkActor> actor2; in TestHyperTreeGridBinary3DGeometry() local
63 actor2->SetMapper( mapper2 ); in TestHyperTreeGridBinary3DGeometry()
64 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridBinary3DGeometry()
65 actor2->GetProperty()->SetColor( .7, .7, .7 ); in TestHyperTreeGridBinary3DGeometry()
80 renderer->AddActor( actor2 ); in TestHyperTreeGridBinary3DGeometry()
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridBinary3DContour.cxx87 vtkNew<vtkActor> actor2; in TestHyperTreeGridBinary3DContour() local
88 actor2->SetMapper(mapper2); in TestHyperTreeGridBinary3DContour()
89 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridBinary3DContour()
90 actor2->GetProperty()->SetColor(.3, .3, .3); in TestHyperTreeGridBinary3DContour()
91 actor2->GetProperty()->SetLineWidth(1); in TestHyperTreeGridBinary3DContour()
110 renderer->AddActor(actor2); in TestHyperTreeGridBinary3DContour()
H A DTestHyperTreeGridTernary3DContour.cxx96 vtkNew<vtkActor> actor2; in TestHyperTreeGridTernary3DContour() local
97 actor2->SetMapper(mapper2); in TestHyperTreeGridTernary3DContour()
98 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DContour()
99 actor2->GetProperty()->SetColor(.3, .3, .3); in TestHyperTreeGridTernary3DContour()
100 actor2->GetProperty()->SetLineWidth(1); in TestHyperTreeGridTernary3DContour()
119 renderer->AddActor(actor2); in TestHyperTreeGridTernary3DContour()
H A DTestHyperTreeGridTernary3DContourMaterial.cxx111 vtkNew<vtkActor> actor2; in TestHyperTreeGridTernary3DContourMaterial() local
112 actor2->SetMapper(mapper2); in TestHyperTreeGridTernary3DContourMaterial()
113 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DContourMaterial()
114 actor2->GetProperty()->SetColor(.3, .3, .3); in TestHyperTreeGridTernary3DContourMaterial()
115 actor2->GetProperty()->SetLineWidth(1); in TestHyperTreeGridTernary3DContourMaterial()
134 renderer->AddActor(actor2); in TestHyperTreeGridTernary3DContourMaterial()
H A DTestHyperTreeGridTernary3DDualContour.cxx101 vtkNew<vtkActor> actor2; in TestHyperTreeGridTernary3DDualContour() local
102 actor2->SetMapper(mapper2); in TestHyperTreeGridTernary3DDualContour()
103 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DDualContour()
104 actor2->GetProperty()->SetColor(.7, .7, .7); in TestHyperTreeGridTernary3DDualContour()
105 actor2->GetProperty()->SetInterpolationToFlat(); in TestHyperTreeGridTernary3DDualContour()
125 renderer->AddActor(actor2); in TestHyperTreeGridTernary3DDualContour()
H A DTestHyperTreeGridTernary3DDualContourMaterial.cxx116 vtkNew<vtkActor> actor2; in TestHyperTreeGridTernary3DDualContourMaterial() local
117 actor2->SetMapper(mapper2); in TestHyperTreeGridTernary3DDualContourMaterial()
118 actor2->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DDualContourMaterial()
119 actor2->GetProperty()->SetColor(.7, .7, .7); in TestHyperTreeGridTernary3DDualContourMaterial()
120 actor2->GetProperty()->SetInterpolationToFlat(); in TestHyperTreeGridTernary3DDualContourMaterial()
140 renderer->AddActor(actor2); in TestHyperTreeGridTernary3DDualContourMaterial()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DTestToggleOSWithInteractor.cxx98 vtkNew<vtkActor> actor2; local
99 actor2->SetMapper(mapper);
100 actor2->GetProperty()->SetAmbient(1.0);
101 actor2->GetProperty()->SetDiffuse(0.0);
104 renderer2->AddActor(actor2);

12345678910>>...21