Home
last modified time | relevance | path

Searched refs:last_wall (Results 1 – 16 of 16) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/lvledit/
H A Dlvledit_tool_place.c392 line_element *last_wall; // The last wall of the line in line_moving_backwards() local
400 last_type = last_wall->address->type; in line_moving_backwards()
401 last_pos = last_wall->position; in line_moving_backwards()
404 del_obstacle(last_wall->address); in line_moving_backwards()
405 list_del(&last_wall->list); in line_moving_backwards()
406 free(last_wall); in line_moving_backwards()
452 line_element *last_wall; // The last wall of the line in line_moving_forwards() local
497 float x = last_wall->position.x; in line_moving_forwards()
498 float y = last_wall->position.y; in line_moving_forwards()
576 offset.x = last_wall->position.x - mouse_mapcoord.x; in handle_wall_line()
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dmisc.h65 extern LastMsg last_wall[MAX_LAST_MSG+1];
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dmisc.h65 extern LastMsg last_wall[MAX_LAST_MSG+1];
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DLayerPlan.h623 …ce(const GCodePathConfig& config, ConstPolygonRef wall, ConstPolygonRef last_wall, int seam_vertex…
H A DLayerPlan.cpp1130 …ce(const GCodePathConfig& config, ConstPolygonRef wall, ConstPolygonRef last_wall, const int seam_… in spiralizeWallSlice() argument
1135 …const Point origin = (last_seam_vertex_idx >= 0 && !is_bottom_layer) ? last_wall[last_seam_vertex_… in spiralizeWallSlice()
1151 last_wall_polygons.add(last_wall); in spiralizeWallSlice()
H A DFffGcodeWriter.cpp175 ConstPolygonRef last_wall = (*storage.spiralize_wall_outlines[last_layer_nr])[0]; in findSpiralizedLayerSeamVertexIndex() local
178 … Point last_wall_seam_vertex = last_wall[storage.spiralize_seam_vertex_indices[last_layer_nr]]; in findSpiralizedLayerSeamVertexIndex()
191 …st_wall_seam_vertex_inward_normal = PolygonUtils::getVertexInwardNormal(last_wall, storage.spirali… in findSpiralizedLayerSeamVertexIndex()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dnotice.c776 add_last_type(&last_wall[0], 1, from, FromUserHost, NULL, line); in parse_notice()
H A Dparse.c425 add_last_type(&last_wall[0], MAX_LAST_MSG, from, NULL, from_server ? "S":"*", line); in p_wallops()
H A Dmisc.c99 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }}; variable
1508 t = &last_wall[0]; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dnotice.c776 add_last_type(&last_wall[0], 1, from, FromUserHost, NULL, line); in parse_notice()
H A Dparse.c425 add_last_type(&last_wall[0], MAX_LAST_MSG, from, NULL, from_server ? "S":"*", line); in p_wallops()
H A Dmisc.c99 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }}; variable
1508 t = &last_wall[0]; in BUILT_IN_COMMAND()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dlandgen.cpp2654 bool last_wall = true; in giantLandSwitch()
2660 if(wa != last_wall) switches++; in giantLandSwitch()
2661 last_wall = wa; in giantLandSwitch()
/dports/chinese/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c83 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }}; variable
1572 t = &last_wall[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c83 LastMsg last_wall[MAX_LAST_MSG+1] = {{ NULL }}; variable
1572 t = &last_wall[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
/dports/games/jfsw/jfsw-c434002/src/
H A Dsector.c356 short wall_num, cnt, last_wall, num_points, type, tag_end; in WallSetup() local