Home
last modified time | relevance | path

Searched refs:actor1 (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/insane/
H A Dinsane_enemy.cpp99 if (!_actor[actor1].defunct) { in enemy0handler()
137 _actor[actor1].cursorX = 0; in enemy0handler()
225 _actor[actor1].cursorX = 320; in enemy0handler()
262 if (!_actor[actor1].defunct) { in enemy1handler()
375 _actor[actor1].cursorX = 0; in enemy1handler()
676 _actor[actor1].cursorX = 0; in enemy3handler()
989 _actor[actor1].cursorX = 0; in enemy5handler()
1116 _actor[actor1].cursorX = 0; in enemy6handler()
1141 if (_actor[actor1].lost) in enemy6handler()
1192 _actor[actor1].cursorX = 0; in enemy7handler()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/insane/
H A Dinsane_enemy.cpp101 if (!_actor[actor1].defunct) { in enemy0handler()
139 _actor[actor1].cursorX = 0; in enemy0handler()
229 _actor[actor1].cursorX = 320; in enemy0handler()
266 if (!_actor[actor1].defunct) { in enemy1handler()
381 _actor[actor1].cursorX = 0; in enemy1handler()
686 _actor[actor1].cursorX = 0; in enemy3handler()
1013 _actor[actor1].cursorX = 0; in enemy5handler()
1144 _actor[actor1].cursorX = 0; in enemy6handler()
1169 if (_actor[actor1].lost) in enemy6handler()
1220 _actor[actor1].cursorX = 0; in enemy7handler()
[all …]
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/html/examples/
H A Devents-buttons-click.c23 ClutterActor *actor1; in main() local
34 actor1 = clutter_actor_new (); in main()
35 clutter_actor_set_name (actor1, "Red Button"); in main()
36 clutter_actor_set_background_color (actor1, CLUTTER_COLOR_Red); in main()
37 clutter_actor_set_size (actor1, 100, 100); in main()
38 clutter_actor_set_reactive (actor1, TRUE); in main()
39 clutter_actor_set_position (actor1, 50, 150); in main()
40 clutter_actor_add_child (stage, actor1); in main()
51 clutter_actor_add_action (actor1, action1); in main()
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/examples/
H A Devents-buttons-click.c23 ClutterActor *actor1; in main() local
34 actor1 = clutter_actor_new (); in main()
35 clutter_actor_set_name (actor1, "Red Button"); in main()
36 clutter_actor_set_background_color (actor1, CLUTTER_COLOR_Red); in main()
37 clutter_actor_set_size (actor1, 100, 100); in main()
38 clutter_actor_set_reactive (actor1, TRUE); in main()
39 clutter_actor_set_position (actor1, 50, 150); in main()
40 clutter_actor_add_child (stage, actor1); in main()
51 clutter_actor_add_action (actor1, action1); in main()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DTestPickTextActor.cxx29 vtkNew<vtkTextActor> actor1; in TestPickTextActor() local
30 actor1->SetInput("One"); in TestPickTextActor()
31 actor1->SetPosition(140, 140); in TestPickTextActor()
38 renderer->AddActor(actor1); in TestPickTextActor()
48 if (pickedActor != actor1) in TestPickTextActor()
51 std::cout << "Should have been " << actor1 << ", but was " << pickedActor << std::endl; in TestPickTextActor()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DTestPickTextActor.cxx29 vtkNew<vtkTextActor> actor1; in TestPickTextActor() local
30 actor1->SetInput("One"); in TestPickTextActor()
31 actor1->SetPosition(140, 140); in TestPickTextActor()
38 renderer->AddActor(actor1); in TestPickTextActor()
48 if (pickedActor != actor1) in TestPickTextActor()
51 std::cout << "Should have been " << actor1 << ", but was " << pickedActor << std::endl; in TestPickTextActor()
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dref-test-sanity.c86 ClutterActor *actor1; in meta_test_ref_test_sanity() local
93 actor1 = clutter_actor_new (); in meta_test_ref_test_sanity()
94 clutter_actor_set_position (actor1, 10, 10); in meta_test_ref_test_sanity()
95 clutter_actor_set_size (actor1, 50, 50); in meta_test_ref_test_sanity()
96 clutter_actor_set_background_color (actor1, CLUTTER_COLOR_Orange); in meta_test_ref_test_sanity()
97 clutter_actor_add_child (stage, actor1); in meta_test_ref_test_sanity()
120 clutter_actor_destroy (actor1); in meta_test_ref_test_sanity()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DTestWindowedSincPolyDataFilter.py74 actor1 = vtk.vtkActor() variable
75 actor1.SetMapper(mapper1)
76 actor1.GetProperty().SetDiffuseColor(GetRGBColor('tomato'))
77 actor1.GetProperty().SetDiffuse(.8)
78 actor1.GetProperty().SetSpecular(.4)
79 actor1.GetProperty().SetSpecularPower(30)
85 ren1.AddActor(actor1)
H A DTestWindowedSincPolyDataFilter2.py81 actor1 = vtk.vtkActor() variable
82 actor1.SetMapper(mapper1)
83 actor1.GetProperty().SetDiffuseColor(GetRGBColor('tomato'))
84 actor1.GetProperty().SetDiffuse(.8)
85 actor1.GetProperty().SetSpecular(.4)
86 actor1.GetProperty().SetSpecularPower(30)
92 ren1.AddActor(actor1)
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx57 vtkNew<vtkTextActor> actor1; in TestMathTextFreeTypeTextRendererNoMath() local
58 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRendererNoMath()
59 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFreeTypeTextRendererNoMath()
60 actor1->GetTextProperty()->SetJustificationToLeft(); in TestMathTextFreeTypeTextRendererNoMath()
61 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRendererNoMath()
62 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFreeTypeTextRendererNoMath()
63 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRendererNoMath()
64 actor1->SetPosition(10, 590); in TestMathTextFreeTypeTextRendererNoMath()
167 ren->AddActor(actor1); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestMathTextFonts.cxx57 vtkNew<vtkTextActor> actor1; in TestMathTextFonts() local
58 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFonts()
59 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFonts()
60 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFonts()
61 actor1->SetInput(("Times " + str).c_str()); in TestMathTextFonts()
62 actor1->SetPosition(10, 500); in TestMathTextFonts()
125 ren->AddActor(actor1); in TestMathTextFonts()
H A DTestFontDPIScaling.cxx42 vtkNew<vtkTextActor> actor1; in TestFontDPIScaling() local
43 actor1->GetTextProperty()->SetFontSize(20); in TestFontDPIScaling()
44 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestFontDPIScaling()
45 actor1->GetTextProperty()->SetJustificationToLeft(); in TestFontDPIScaling()
46 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestFontDPIScaling()
47 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestFontDPIScaling()
48 actor1->SetInput(str.c_str()); in TestFontDPIScaling()
49 actor1->SetPosition(10, 590); in TestFontDPIScaling()
202 ren->AddActor(actor1); in TestFontDPIScaling()
H A DTestMathTextFreeTypeTextRenderer.cxx57 vtkNew<vtkTextActor> actor1; in TestMathTextFreeTypeTextRenderer() local
58 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRenderer()
59 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFreeTypeTextRenderer()
60 actor1->GetTextProperty()->SetJustificationToLeft(); in TestMathTextFreeTypeTextRenderer()
61 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRenderer()
62 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFreeTypeTextRenderer()
63 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
64 actor1->SetPosition(10, 590); in TestMathTextFreeTypeTextRenderer()
206 ren->AddActor(actor1); in TestMathTextFreeTypeTextRenderer()
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx56 vtkNew<vtkTextActor> actor1; in TestMathTextFreeTypeTextRendererNoMath() local
57 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRendererNoMath()
58 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFreeTypeTextRendererNoMath()
59 actor1->GetTextProperty()->SetJustificationToLeft(); in TestMathTextFreeTypeTextRendererNoMath()
60 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRendererNoMath()
61 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFreeTypeTextRendererNoMath()
62 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRendererNoMath()
63 actor1->SetPosition(10, 590); in TestMathTextFreeTypeTextRendererNoMath()
166 ren->AddActor(actor1); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestFontDPIScaling.cxx42 vtkNew<vtkTextActor> actor1; in TestFontDPIScaling() local
43 actor1->GetTextProperty()->SetFontSize(20); in TestFontDPIScaling()
44 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestFontDPIScaling()
45 actor1->GetTextProperty()->SetJustificationToLeft(); in TestFontDPIScaling()
46 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestFontDPIScaling()
47 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestFontDPIScaling()
48 actor1->SetInput(str.c_str()); in TestFontDPIScaling()
49 actor1->SetPosition(10, 590); in TestFontDPIScaling()
202 ren->AddActor(actor1); in TestFontDPIScaling()
H A DTestMathTextFreeTypeTextRenderer.cxx56 vtkNew<vtkTextActor> actor1; in TestMathTextFreeTypeTextRenderer() local
57 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRenderer()
58 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFreeTypeTextRenderer()
59 actor1->GetTextProperty()->SetJustificationToLeft(); in TestMathTextFreeTypeTextRenderer()
60 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRenderer()
61 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFreeTypeTextRenderer()
62 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
63 actor1->SetPosition(10, 590); in TestMathTextFreeTypeTextRenderer()
205 ren->AddActor(actor1); in TestMathTextFreeTypeTextRenderer()
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx56 vtkNew<vtkTextActor> actor1; in TestMathTextFreeTypeTextRendererNoMath() local
57 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRendererNoMath()
58 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFreeTypeTextRendererNoMath()
59 actor1->GetTextProperty()->SetJustificationToLeft(); in TestMathTextFreeTypeTextRendererNoMath()
60 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRendererNoMath()
61 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFreeTypeTextRendererNoMath()
62 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRendererNoMath()
63 actor1->SetPosition(10, 590); in TestMathTextFreeTypeTextRendererNoMath()
166 ren->AddActor(actor1.GetPointer()); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestMathTextFreeTypeTextRenderer.cxx56 vtkNew<vtkTextActor> actor1; in TestMathTextFreeTypeTextRenderer() local
57 actor1->GetTextProperty()->SetFontSize(20); in TestMathTextFreeTypeTextRenderer()
58 actor1->GetTextProperty()->SetColor(1.0, 0.0, 0.0); in TestMathTextFreeTypeTextRenderer()
59 actor1->GetTextProperty()->SetJustificationToLeft(); in TestMathTextFreeTypeTextRenderer()
60 actor1->GetTextProperty()->SetVerticalJustificationToTop(); in TestMathTextFreeTypeTextRenderer()
61 actor1->GetTextProperty()->SetFontFamilyToTimes(); in TestMathTextFreeTypeTextRenderer()
62 actor1->SetInput(str.c_str()); in TestMathTextFreeTypeTextRenderer()
63 actor1->SetPosition(10, 590); in TestMathTextFreeTypeTextRenderer()
205 ren->AddActor(actor1.GetPointer()); in TestMathTextFreeTypeTextRenderer()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestMaskPointsModes.cxx73 vtkNew<vtkActor> actor1, actor2, actor3; in TestMaskPointsModes() local
74 actor1->SetMapper(mapper1); in TestMaskPointsModes()
75 actor1->GetProperty()->SetOpacity(0.5); in TestMaskPointsModes()
76 actor1->GetProperty()->SetPointSize(3); in TestMaskPointsModes()
77 actor1->GetProperty()->SetColor(255, 0, 0); in TestMaskPointsModes()
88 ren->AddActor(actor1); in TestMaskPointsModes()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Cxx/
H A DTestCollisionDetection.cxx85 vtkSmartPointer<vtkActor> actor1 = vtkSmartPointer<vtkActor>::New(); in TestCollisionDetection() local
86 actor1->SetMapper(mapper1); in TestCollisionDetection()
87 actor1->GetProperty()->BackfaceCullingOn(); in TestCollisionDetection()
88 actor1->SetUserTransform(transform0); in TestCollisionDetection()
89 actor1->GetProperty()->SetDiffuseColor(colors->GetColor3d("tomato").GetData()); in TestCollisionDetection()
90 actor1->GetProperty()->SetRepresentationToWireframe(); in TestCollisionDetection()
113 renderer->AddActor(actor1); in TestCollisionDetection()
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernary3DAxisReflectionXCenter.cxx69 vtkNew<vtkActor> actor1; in TestHyperTreeGridTernary3DAxisReflectionXCenter() local
70 actor1->SetMapper( mapper1 ); in TestHyperTreeGridTernary3DAxisReflectionXCenter()
71 actor1->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DAxisReflectionXCenter()
72 actor1->GetProperty()->SetColor( .7, .7, .7 ); in TestHyperTreeGridTernary3DAxisReflectionXCenter()
88 renderer->AddActor( actor1 ); in TestHyperTreeGridTernary3DAxisReflectionXCenter()
H A DTestHyperTreeGridTernary3DAxisReflectionYZCenter.cxx73 vtkNew<vtkActor> actor1; in TestHyperTreeGridTernary3DAxisReflectionYZCenter() local
74 actor1->SetMapper( mapper1 ); in TestHyperTreeGridTernary3DAxisReflectionYZCenter()
75 actor1->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DAxisReflectionYZCenter()
76 actor1->GetProperty()->SetColor( .7, .7, .7 ); in TestHyperTreeGridTernary3DAxisReflectionYZCenter()
92 renderer->AddActor( actor1 ); in TestHyperTreeGridTernary3DAxisReflectionYZCenter()
H A DTestHyperTreeGridTernary3DCellCentersMaterial.cxx81 vtkNew<vtkActor> actor1; in TestHyperTreeGridTernary3DCellCentersMaterial() local
82 actor1->SetMapper( mapper1 ); in TestHyperTreeGridTernary3DCellCentersMaterial()
83 actor1->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DCellCentersMaterial()
84 actor1->GetProperty()->SetColor( .7, .7, .7 ); in TestHyperTreeGridTernary3DCellCentersMaterial()
100 renderer->AddActor( actor1 ); in TestHyperTreeGridTernary3DCellCentersMaterial()
H A DTestHyperTreeGridTernary3DClip.cxx77 vtkNew<vtkActor> actor1; in TestHyperTreeGridTernary3DClip() local
78 actor1->SetMapper( mapper1 ); in TestHyperTreeGridTernary3DClip()
79 actor1->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridTernary3DClip()
80 actor1->GetProperty()->SetColor( .8, .8, .8 ); in TestHyperTreeGridTernary3DClip()
97 renderer->AddActor( actor1 ); in TestHyperTreeGridTernary3DClip()
H A DTestHyperTreeGridBinary2DAxisReflectionXCenter.cxx71 vtkNew<vtkActor> actor1; in TestHyperTreeGridBinary2DAxisReflectionXCenter() local
72 actor1->SetMapper( mapper1 ); in TestHyperTreeGridBinary2DAxisReflectionXCenter()
73 actor1->GetProperty()->SetRepresentationToWireframe(); in TestHyperTreeGridBinary2DAxisReflectionXCenter()
74 actor1->GetProperty()->SetColor( .7, .7, .7 ); in TestHyperTreeGridBinary2DAxisReflectionXCenter()
90 renderer->AddActor( actor1 ); in TestHyperTreeGridBinary2DAxisReflectionXCenter()

12345678910>>...18