Home
last modified time | relevance | path

Searched refs:cur_face (Results 1 – 20 of 20) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dtfutil.c70 tf_norm_set *cur_face; in facelet_add() local
73 cur_face = &facets[which]; in facelet_add()
75 cur_cmp = &cur_face->ua; in facelet_add()
79 cur_cmp = &cur_face->ia; in facelet_add()
127 tf_norm_set *cur_face; in facelet_send() local
131 cur_face = &facets[0]; in facelet_send()
132 for (i = 0; i < 3; i++, cur_face++) { in facelet_send()
133 if ((cur_face->ia.cnt | cur_face->ua.cnt) == 0) { in facelet_send()
137 nrm = cur_face->ua.nrm; in facelet_send()
138 cur_cmp = &cur_face->ia; in facelet_send()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dfontcache.c62 face_element *cur_face,*tmp_face; in msFreeFontCache() local
64 UT_HASH_ITER(hh, c->face_cache, cur_face, tmp_face) { in msFreeFontCache()
69 UT_HASH_DEL(cur_face->index_cache,cur_index); in msFreeFontCache()
78 UT_HASH_DEL(cur_face->glyph_cache,cur_glyph); in msFreeFontCache()
82 if(cur_face->hbfont) { in msFreeFontCache()
83 hb_font_destroy(cur_face->hbfont->hbfont); in msFreeFontCache()
86 free(cur_face->hbfont); in msFreeFontCache()
89 FT_Done_Face(cur_face->face); in msFreeFontCache()
90 free(cur_face->font); in msFreeFontCache()
91 UT_HASH_DEL(c->face_cache,cur_face); in msFreeFontCache()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dx3d_geometry.c699 u32 cur_face = 0; in BuildTriangleStripSet() local
702 if ((ccw && (cur_face%2)) || (!ccw && !(cur_face%2))) { in BuildTriangleStripSet()
714 cur_face++; in BuildTriangleStripSet()
717 cur_face = 0; in BuildTriangleStripSet()
723 cur_face ++; in BuildTriangleStripSet()
738 cur_face++; in BuildTriangleStripSet()
753 cur_face++; in BuildTriangleStripSet()
961 u32 cur_face = 0; in BuildTriangleFanSet() local
967 cur_face++; in BuildTriangleFanSet()
976 cur_face++; in BuildTriangleFanSet()
[all …]
H A Dmesh.c1159 u32 face_count, cur_face; in mesh_new_ifs_intern() local
1303 cur_face = 0; in mesh_new_ifs_intern()
1317 if (faces[cur_face]->v_count<3) faces[cur_face]->v_count=0; in mesh_new_ifs_intern()
1322 gf_vec_diff(v1, faces[cur_face]->vertices[1].pos, faces[cur_face]->vertices[0].pos); in mesh_new_ifs_intern()
1324 gf_vec_diff(v2, faces[cur_face]->vertices[k].pos, faces[cur_face]->vertices[0].pos); in mesh_new_ifs_intern()
1334 cur_face++; in mesh_new_ifs_intern()
1517 cur_face = 0; in mesh_new_elevation_grid()
1641 gf_vec_diff(v1, faces[cur_face]->vertices[0].pos, faces[cur_face]->vertices[1].pos); in mesh_new_elevation_grid()
1642 gf_vec_diff(v2, faces[cur_face]->vertices[3].pos, faces[cur_face]->vertices[1].pos); in mesh_new_elevation_grid()
1646 cur_face++; in mesh_new_elevation_grid()
[all …]
H A Dmesh_tesselate.c441 u32 i, cur_pt_faces, cur_face; in TesselateFaceMeshComplex() local
470 cur_face = 0; in TesselateFaceMeshComplex()
473 if (i>= cur_pt_faces + ptsPerFaces[cur_face]) { in TesselateFaceMeshComplex()
474 cur_pt_faces += ptsPerFaces[cur_face]; in TesselateFaceMeshComplex()
475 cur_face++; in TesselateFaceMeshComplex()
476 if (cur_face>=nbFaces) break; in TesselateFaceMeshComplex()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dx3d_geometry.c699 u32 cur_face = 0; in BuildTriangleStripSet() local
702 if ((ccw && (cur_face%2)) || (!ccw && !(cur_face%2))) { in BuildTriangleStripSet()
714 cur_face++; in BuildTriangleStripSet()
717 cur_face = 0; in BuildTriangleStripSet()
723 cur_face ++; in BuildTriangleStripSet()
738 cur_face++; in BuildTriangleStripSet()
753 cur_face++; in BuildTriangleStripSet()
961 u32 cur_face = 0; in BuildTriangleFanSet() local
967 cur_face++; in BuildTriangleFanSet()
976 cur_face++; in BuildTriangleFanSet()
[all …]
H A Dmesh.c1159 u32 face_count, cur_face; in mesh_new_ifs_intern() local
1303 cur_face = 0; in mesh_new_ifs_intern()
1317 if (faces[cur_face]->v_count<3) faces[cur_face]->v_count=0; in mesh_new_ifs_intern()
1322 gf_vec_diff(v1, faces[cur_face]->vertices[1].pos, faces[cur_face]->vertices[0].pos); in mesh_new_ifs_intern()
1324 gf_vec_diff(v2, faces[cur_face]->vertices[k].pos, faces[cur_face]->vertices[0].pos); in mesh_new_ifs_intern()
1334 cur_face++; in mesh_new_ifs_intern()
1517 cur_face = 0; in mesh_new_elevation_grid()
1641 gf_vec_diff(v1, faces[cur_face]->vertices[0].pos, faces[cur_face]->vertices[1].pos); in mesh_new_elevation_grid()
1642 gf_vec_diff(v2, faces[cur_face]->vertices[3].pos, faces[cur_face]->vertices[1].pos); in mesh_new_elevation_grid()
1646 cur_face++; in mesh_new_elevation_grid()
[all …]
H A Dmesh_tesselate.c441 u32 i, cur_pt_faces, cur_face; in TesselateFaceMeshComplex() local
470 cur_face = 0; in TesselateFaceMeshComplex()
473 if (i>= cur_pt_faces + ptsPerFaces[cur_face]) { in TesselateFaceMeshComplex()
474 cur_pt_faces += ptsPerFaces[cur_face]; in TesselateFaceMeshComplex()
475 cur_face++; in TesselateFaceMeshComplex()
476 if (cur_face>=nbFaces) break; in TesselateFaceMeshComplex()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/font/
H A Dfont_with_face.cpp96 FT_Face cur_face = m_face_ttf->getFace(0); in init() local
97 font_manager->checkFTError(FT_Set_Pixel_Sizes(cur_face, 0, getDPI()), in init()
103 const int idx = FT_Get_Char_Index(cur_face, (wchar_t)i); in init()
105 font_manager->checkFTError(FT_Load_Glyph(cur_face, idx, in init()
108 const int height = cur_face->glyph->metrics.height / BEARING; in init()
196 FT_Face cur_face = m_face_ttf->getFace(font_number); in insertGlyph() local
197 FT_GlyphSlot slot = cur_face->glyph; in insertGlyph()
199 if (FT_HAS_COLOR(cur_face) && cur_face->num_fixed_sizes != 0) in insertGlyph()
201 font_manager->checkFTError(FT_Load_Glyph(cur_face, glyph_index, in insertGlyph()
211 unsigned flag = FT_HAS_COLOR(cur_face) ? in insertGlyph()
[all …]
H A Dfont_manager.cpp361 FT_Face cur_face = m_faces.front(); in shape() local
377 cur_face = prev_face; in shape()
390 cur_face = emoji_face; in shape()
401 cur_face = m_faces[j]; in shape()
406 prev_face = cur_face; in shape()
407 if (!FT_HAS_COLOR(cur_face) || in shape()
408 (FT_HAS_COLOR(cur_face) && cur_face->num_fixed_sizes == 0)) in shape()
412 checkFTError(FT_Set_Pixel_Sizes(cur_face, 0, in shape()
415 face_for_shape.emplace_back(cur_face, i); in shape()
/dports/print/freetype/freetype-1.3.1/contrib/ftos2/ifi/
H A Dftifi.c741 cur_file->faces = cur_face; in Wake_FontFile()
744 cur_face = cur_file->faces; in Wake_FontFile()
747 cur_face->glyph = glyph; in Wake_FontFile()
748 cur_face->charMap = cmap; in Wake_FontFile()
765 cur_face->widths = NULL; in Wake_FontFile()
793 cur_face->face = face; in Wake_FontFile()
794 cur_face->glyph = glyph; in Wake_FontFile()
795 cur_face->charMap = cmap; in Wake_FontFile()
943 cur_face->sizes.head = NULL; in New_FontFile()
944 cur_face->sizes.tail = NULL; in New_FontFile()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/betr/
H A Dvsol_mesh_3d.cxx245 bmsh3d_face_mc* cur_face = F; in extrude_face() local
288 cur_face->get_incident_edges (inc_edges); in extrude_face()
312 bmsh3d_edge* prev = cur_face->find_other_edge(s, edge); in extrude_face()
315 cur_face = f2; in extrude_face()
317 cur_face = f1; in extrude_face()
325 cur_face->get_incident_edges (inc_edges); in extrude_face()
339 bmsh3d_edge* prev = cur_face->find_other_edge(s, edge); in extrude_face()
342 cur_face = f2; in extrude_face()
344 cur_face = f1; in extrude_face()
350 auto* he = (bmsh3d_halfedge*) cur_face->halfedge(); in extrude_face()
[all …]
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dloopgen.c305 struct grid_face *cur_face; in generate_loop() local
429 cur_face = g->faces + i; in generate_loop()
438 for (i = 0; i < cur_face->order; i++) { in generate_loop()
439 grid_dot *d = cur_face->dots[i]; in generate_loop()
446 if (f == cur_face) in generate_loop()
/dports/shells/bash/bash-5.1/lib/readline/
H A Ddisplay.c748 char cur_face; in rl_redisplay() local
767 cur_face = FACE_NORMAL; in rl_redisplay()
1003 cur_face = FACE_STANDOUT; in rl_redisplay()
1005 cur_face = FACE_NORMAL; in rl_redisplay()
1093 invis_addc (&out, ' ', cur_face); in rl_redisplay()
1098 invis_addc (&out, ' ', cur_face); in rl_redisplay()
1115 invis_addc (&out, '^', cur_face); in rl_redisplay()
1153 invis_addc (&out, c, cur_face); in rl_redisplay()
1580 cf = *cur_face; in putc_face()
1591 *cur_face = face; in putc_face()
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Ddisplay.c748 char cur_face; in rl_redisplay() local
767 cur_face = FACE_NORMAL; in rl_redisplay()
1000 cur_face = FACE_STANDOUT; in rl_redisplay()
1002 cur_face = FACE_NORMAL; in rl_redisplay()
1090 invis_addc (&out, ' ', cur_face); in rl_redisplay()
1095 invis_addc (&out, ' ', cur_face); in rl_redisplay()
1112 invis_addc (&out, '^', cur_face); in rl_redisplay()
1150 invis_addc (&out, c, cur_face); in rl_redisplay()
1577 cf = *cur_face; in putc_face()
1588 *cur_face = face; in putc_face()
[all …]
/dports/devel/readline/readline-8.1/
H A Ddisplay.c748 char cur_face; in rl_redisplay() local
767 cur_face = FACE_NORMAL; in rl_redisplay()
1000 cur_face = FACE_STANDOUT; in rl_redisplay()
1002 cur_face = FACE_NORMAL; in rl_redisplay()
1090 invis_addc (&out, ' ', cur_face); in rl_redisplay()
1095 invis_addc (&out, ' ', cur_face); in rl_redisplay()
1112 invis_addc (&out, '^', cur_face); in rl_redisplay()
1150 invis_addc (&out, c, cur_face); in rl_redisplay()
1577 cf = *cur_face; in putc_face()
1588 *cur_face = face; in putc_face()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observable_mesh.cxx986 bmsh3d_face_mc* cur_face = F; in extrude_face() local
1029 cur_face->get_incident_edges (inc_edges); in extrude_face()
1042 bmsh3d_halfedge* he = edge->incident_halfedge(cur_face); in extrude_face()
1053 bmsh3d_edge* prev = cur_face->find_other_edge(s, edge); in extrude_face()
1056 cur_face = f2; in extrude_face()
1058 cur_face = f1; in extrude_face()
1066 cur_face->get_incident_edges (inc_edges); in extrude_face()
1080 bmsh3d_edge* prev = cur_face->find_other_edge(s, edge); in extrude_face()
1083 cur_face = f2; in extrude_face()
1085 cur_face = f1; in extrude_face()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DOpenTypeFileInput.cpp377 int face_index = mFaceIndex, cur_face = 0; in ReadOpenTypeSFNTFromDfont() local
381 it!=resOffsetsMap.end(); ++it, ++cur_face) { in ReadOpenTypeSFNTFromDfont()
382 if (cur_face == face_index) { in ReadOpenTypeSFNTFromDfont()
388 if (cur_face != face_index) in ReadOpenTypeSFNTFromDfont()
/dports/games/xmine/xmine-1.0.3-Xaw/
H A Dxmine.c184 int cur_face = FACE_HAPPY; variable
675 (Drawable) faces[(face_armed) ? FACE_PRESS : cur_face], in draw_face()
690 if (cur_face == f) return;
691 cur_face = f;
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_flip.c2154 Efl_Gfx_Entity *back_face, *cur_face, *face; in _content_removed() local
2164 cur_face = pd->state ? pd->front.content : pd->back.content; in _content_removed()
2167 if (cur_face == content) in _content_removed()
2174 face = cur_face; in _content_removed()