Home
last modified time | relevance | path

Searched refs:add_surface (Results 1 – 25 of 103) sorted by relevance

12345

/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dsurface_manager.cpp207 add_surface(SRF_UNKNOWN, this->create_surface(SRF_UNKNOWN)); in init()
209 add_surface(SRF_PLAYER, this->create_surface(SRF_PLAYER)); in init()
211 add_surface(SRF_GRASS, this->create_surface(SRF_GRASS)); in init()
213 add_surface(SRF_STEEL, this->create_surface(SRF_STEEL)); in init()
215 add_surface(SRF_EMERALD, this->create_surface(SRF_EMERALD)); in init()
217 add_surface(SRF_BOULDER, this->create_surface(SRF_BOULDER)); in init()
221 add_surface(SRF_EXIT, this->create_surface(SRF_EXIT)); in init()
233 add_surface(SRF_KEY_RED, this->create_surface(SRF_KEY_RED)); in init()
245 add_surface(SRF_BRICK, this->create_surface(SRF_BRICK)); in init()
247 add_surface(SRF_WOOD, this->create_surface(SRF_WOOD)); in init()
[all …]
H A Dsurface_manager.h68 void add_surface(Surface_Handle handle, Surface* surface);
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-pixmap.adb13 function add_surface subprogspec
16 pragma import (c, add_surface, "AG_PixmapAddSurface");
99 function add_surface subprogram
103 return cbinds.add_surface
106 end add_surface;
H A Dagar-gui-widget-pixmap.ads59 function add_surface subprogspec
62 pragma inline (add_surface);
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dbackground.cpp191 result.add_surface(_("Top image"), &m_imagefile_top, "image-top", std::string()); in get_settings()
192 result.add_surface(_("Image"), &m_imagefile, "image"); in get_settings()
193 result.add_surface(_("Bottom image"), &m_imagefile_bottom, "image-bottom", std::string()); in get_settings()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dposition_3d.cpp59 mesh->add_surface(Mesh::PRIMITIVE_LINES, d); in _get_gizmo_geometry()
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dposition_3d.cpp59 mesh->add_surface(Mesh::PRIMITIVE_LINES, d); in _get_gizmo_geometry()
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_232_surface.py24 surface = msp.add_surface()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dshape.cpp79 debug_mesh_cache->add_surface(Mesh::PRIMITIVE_LINES, arr); in get_debug_mesh()
H A Dmesh.cpp136 add_surface(PrimitiveType(int(d["primitive"])), d["arrays"], d["morph_arrays"], alphasort); in _set()
237 void Mesh::add_surface(PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shape… in add_surface() function in Mesh
898 newmesh->add_surface(PRIMITIVE_TRIANGLES, arrays); in create_outline()
911 …_surface", "primitive", "arrays", "morph_arrays", "alphasort"), &Mesh::add_surface, DEFVAL(Array()… in _bind_methods()
H A Dmesh.h124 …void add_surface(PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shapes = A…
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dshape.cpp79 debug_mesh_cache->add_surface(Mesh::PRIMITIVE_LINES, arr); in get_debug_mesh()
H A Dmesh.cpp136 add_surface(PrimitiveType(int(d["primitive"])), d["arrays"], d["morph_arrays"], alphasort); in _set()
237 void Mesh::add_surface(PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shape… in add_surface() function in Mesh
898 newmesh->add_surface(PRIMITIVE_TRIANGLES, arrays); in create_outline()
911 …_surface", "primitive", "arrays", "morph_arrays", "alphasort"), &Mesh::add_surface, DEFVAL(Array()… in _bind_methods()
H A Dmesh.h124 …void add_surface(PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shapes = A…
/dports/devel/gnome-builder/gnome-builder-41.3/doc/help/plugins/workbench/
H A Dsurfaces.rst34 workspace.add_surface(self.surface)
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DGLArea.h59 void add_surface();
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs118 fn add_surface( in add_surface() method
124 compositor::add_surface( in add_surface()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dmaterial_editor_plugin.cpp197 sphere_mesh->add_surface(Mesh::PRIMITIVE_TRIANGLES, arr); in MaterialEditor()
269 box_mesh->add_surface(Mesh::PRIMITIVE_TRIANGLES, d); in MaterialEditor()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dmaterial_editor_plugin.cpp197 sphere_mesh->add_surface(Mesh::PRIMITIVE_TRIANGLES, arr); in MaterialEditor()
269 box_mesh->add_surface(Mesh::PRIMITIVE_TRIANGLES, d); in MaterialEditor()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs122 fn add_surface( in add_surface() method
129 compositor::add_surface( in add_surface()
/dports/www/firefox/firefox-99.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs122 fn add_surface( in add_surface() method
129 compositor::add_surface( in add_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs122 fn add_surface( in add_surface() method
129 compositor::add_surface( in add_surface()
/dports/devel/gnome-builder/gnome-builder-41.3/doc/help/plugins/
H A Dgreeter.rst31 workspace.add_surface(my_surface)
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor-windows/src/
H A Dlib.rs217 pub fn add_surface( in add_surface() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.rs217 pub fn add_surface( in add_surface() function

12345