Home
last modified time | relevance | path

Searched refs:vpoints (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/solarconquest/SolarConquest/source/
H A DModel.h64 vpoints = NULL; in CModel()
79 free(vpoints); in UnloadModel()
84 vpoints = NULL; in UnloadModel()
124 if (!vpoints) in LoadModel()
133 free(vpoints); in LoadModel()
140 free(vpoints); in LoadModel()
297 glVertex2f(vpoints[tris[i].p1].x,vpoints[tris[i].p1].y); in Render()
298 glVertex2f(vpoints[tris[i].p2].x,vpoints[tris[i].p2].y); in Render()
299 glVertex2f(vpoints[tris[i].p3].x,vpoints[tris[i].p3].y); in Render()
307 glVertex2f(vpoints[lines[i].p1].x,vpoints[lines[i].p1].y); in Render()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/LightwaveConverter/include/
H A Dlwo2mesh.h72 …void copyPoints(int surfaceIndex, unsigned long polygontype, vpoints &sourcepoints, vpoints &destp…
74 void copyDataToVertexData(vpoints &points,
81 inline int getPointIndex(lwPoint *point, vpoints &points);
H A DlwLayer.h43 vpoints points; /* array of points */
H A DlwReader.h26 int lwGetPoints( vpoints &points );
H A Dlwo.h695 typedef vector<lwPoint*> vpoints; typedef
/dports/graphics/ogre3d/ogre-1.11.6/Tools/LightwaveConverter/include/
H A Dlwo2mesh.h72 …void copyPoints(int surfaceIndex, unsigned long polygontype, vpoints &sourcepoints, vpoints &destp…
74 void copyDataToVertexData(vpoints &points,
81 inline int getPointIndex(lwPoint *point, vpoints &points);
H A DlwLayer.h43 vpoints points; /* array of points */
H A DlwReader.h26 int lwGetPoints( vpoints &points );
H A Dlwo.h695 typedef vector<lwPoint*> vpoints; typedef
/dports/games/pioneers/pioneers-15.6/metaserver/
H A Dmain.c66 gchar *vpoints; member
139 if (client->vpoints != NULL) in client_free()
140 g_free(client->vpoints); in client_free()
175 scan->vpoints, in client_list_servers()
383 if (!client->vpoints) in try_make_server_complete()
384 client->vpoints = g_strdup("?"); in try_make_server_complete()
389 if (client->vpoints != NULL in try_make_server_complete()
469 || check_str_info(line, "vpoints=", &client->vpoints) in client_process_line()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimImageViewProjectionTransform.cpp337 std::vector<ossimDpt> vpoints; in getViewSegments() local
345 vpoints.push_back(testDpt); in getViewSegments()
349 if(vpoints.size()) in getViewSegments()
351 vpoints.push_back(vpoints[0]); in getViewSegments()
352 viewBounds.push_back(ossimDrect(vpoints)); in getViewSegments()
353 polyArea = vpoints;// = ossimPolyArea2d(points); in getViewSegments()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowsmodes.c277 int hdpi_int, vdpi_int, hpoints, vpoints, hpix, vpix; in WIN_GetDisplayDPI() local
289 vpoints = GetSystemMetrics(SM_CYVIRTUALSCREEN); in WIN_GetDisplayDPI()
292 vpix = MulDiv(vpoints, vdpi_int, 96); in WIN_GetDisplayDPI()
295 vinches = (float)vpoints / 96.0f; in WIN_GetDisplayDPI()
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsmodes.c348 int hdpi_int, vdpi_int, hpoints, vpoints, hpix, vpix; in WIN_GetDisplayDPI() local
360 vpoints = GetSystemMetrics(SM_CYVIRTUALSCREEN); in WIN_GetDisplayDPI()
363 vpix = MulDiv(vpoints, vdpi_int, 96); in WIN_GetDisplayDPI()
366 vinches = (float)vpoints / 96.0f; in WIN_GetDisplayDPI()
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsmodes.c348 int hdpi_int, vdpi_int, hpoints, vpoints, hpix, vpix; in WIN_GetDisplayDPI() local
360 vpoints = GetSystemMetrics(SM_CYVIRTUALSCREEN); in WIN_GetDisplayDPI()
363 vpix = MulDiv(vpoints, vdpi_int, 96); in WIN_GetDisplayDPI()
366 vinches = (float)vpoints / 96.0f; in WIN_GetDisplayDPI()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/LightwaveConverter/src/
H A Dlwo2mesh.cpp222 vpoints bonepoints; in doExportSkeleton()
385 …ter::copyPoints(int surfaceIndex, unsigned long polygontype, vpoints &sourcepoints, vpoints &destp… in copyPoints()
415 void Lwo2MeshWriter::copyDataToVertexData(vpoints &points, in copyDataToVertexData()
530 inline int Lwo2MeshWriter::getPointIndex(lwPoint *point, vpoints &points) in getPointIndex()
617 vpoints points; in writeLwo2Mesh()
H A DlwReader.cpp1094 int lwReader::lwGetPoints( vpoints &points ) in lwGetPoints()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/LightwaveConverter/src/
H A Dlwo2mesh.cpp222 vpoints bonepoints; in doExportSkeleton()
385 …ter::copyPoints(int surfaceIndex, unsigned long polygontype, vpoints &sourcepoints, vpoints &destp… in copyPoints()
415 void Lwo2MeshWriter::copyDataToVertexData(vpoints &points, in copyDataToVertexData()
530 inline int Lwo2MeshWriter::getPointIndex(lwPoint *point, vpoints &points) in getPointIndex()
617 vpoints points; in writeLwo2Mesh()
H A DlwReader.cpp1094 int lwReader::lwGetPoints( vpoints &points ) in lwGetPoints()
/dports/databases/grass7/grass-7.8.6/misc/m.nviz.image/
H A Dvector.c54 params->vpoints, params->vpoint_pos, in load_vpoints()
212 have_colors = Vect_read_colors(params->vpoints->answers[i], "", in vpoints_set_attrb()
264 map = params->vpoints->answers[index]; in check_map()
H A Dargs.c399 params->vpoints = G_define_standard_option(G_OPT_V_MAP); in args_vpoint()
400 params->vpoints->multiple = YES; in args_vpoint()
401 params->vpoints->required = NO; in args_vpoint()
402 params->vpoints->description = _("Name of point vector overlay map(s)"); in args_vpoint()
403 params->vpoints->guisection = _("Vector points"); in args_vpoint()
404 params->vpoints->key = "vpoint"; in args_vpoint()
1117 nvpoints = opt_get_num_answers(params->vpoints); in check_parameters()
1123 params->vpoints->key, nvpoints, params->vpoint_pos->key, in check_parameters()
1128 params->vpoints->key, nvpoints, in check_parameters()
H A Dlocal_proto.h24 *vpoints, *vpoint_size, *vpoint_mode, *vpoint_marker, *vpoint_color, member
H A Dmain.c116 if (params->vpoints->answer) { in main()
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/
H A D_artio_caller.pyx1108 cdef particle_var_pointers *vpoints = <particle_var_pointers *> malloc(
1138 # Initialize our vpoints array
1139 vpoints[ispec].count = 0
1140 vpoints[ispec].n_mass = 0
1141 vpoints[ispec].n_pid = 0
1142 vpoints[ispec].n_species = 0
1143 vpoints[ispec].n_p = 0
1144 vpoints[ispec].n_s = 0
1169 vp = &vpoints[species]
1223 vp = &vpoints[ispec]
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A DGETAWAY.cpp1179 double* vpoints = &Vpoints[0]; in GetGETAWAYone() local
1181 Map<MatrixXd> matorigin(vpoints, 3, numAtoms); in GetGETAWAYone()
1208 double* vpoints = &Vpoints[0]; in GetGETAWAY() local
1210 Map<MatrixXd> matorigin(vpoints, 3, numAtoms); in GetGETAWAY()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/psmap/
H A Dinstructions.py419 vpoints=['vector', 'vProperties'],

12