Home
last modified time | relevance | path

Searched refs:numvts (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/buf/
H A Dmgbufclip.c90 prim2->numvts = 0; in Xmgr_cliptoplane()
91 prev = &(vts1[prim1->numvts - 1]); in Xmgr_cliptoplane()
99 dest = &(vts2[prim2->numvts]); in Xmgr_cliptoplane()
115 prim2->numvts++; in Xmgr_cliptoplane()
119 vts2[prim2->numvts] = *curr; in Xmgr_cliptoplane()
120 prim2->numvts++; in Xmgr_cliptoplane()
175 prim2->numvts = prim1->numvts; in Xmgr_primclip()
179 if (prim2->numvts == 0) { aprim->numvts = 0; return PRIM_INVIS; } \ in Xmgr_primclip()
187 for (n=0; n < aprim->numvts; n++) in Xmgr_primclip()
204 n = prim1->numvts; in Xmgr_primclip()
[all …]
H A DmgbufP.h62 int numvts; /* number of vertices */ member
H A Dmgbuf.c1051 prim.numvts = numverts; in BUFmg_add()
1053 numverts = prim.numvts; in BUFmg_add()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/ps/
H A Dmgpsclip.c90 prim2->numvts = 0; in mgps_cliptoplane()
91 prev = &(vts1[prim1->numvts - 1]); in mgps_cliptoplane()
99 dest = &(vts2[prim2->numvts]); in mgps_cliptoplane()
115 prim2->numvts++; in mgps_cliptoplane()
119 vts2[prim2->numvts] = *curr; in mgps_cliptoplane()
120 prim2->numvts++; in mgps_cliptoplane()
175 prim2->numvts = prim1->numvts; in mgps_primclip()
179 if (prim2->numvts == 0) { aprim->numvts = 0; return PRIM_INVIS; } \ in mgps_primclip()
188 for (n=0; n < aprim->numvts; n++) in mgps_primclip()
205 n = prim1->numvts; in mgps_primclip()
[all …]
H A Dmgpswindows.c224 prim->numvts = numverts; in mgps_add()
243 _mgpsc->mysort->cvert = prim->index + prim->numvts; in mgps_add()
319 MGPS_poly(vts+prim->index, prim->numvts, prim->color); in mgps_showdisplaylist()
323 MGPS_spoly(vts+prim->index, prim->numvts); in mgps_showdisplaylist()
327 MGPS_epoly(vts+prim->index, prim->numvts, prim->color, in mgps_showdisplaylist()
332 MGPS_sepoly(vts+prim->index, prim->numvts, in mgps_showdisplaylist()
337 MGPS_spolyline(vts+prim->index, prim->numvts, prim->ewidth); in mgps_showdisplaylist()
341 MGPS_polyline(vts+prim->index, prim->numvts, in mgps_showdisplaylist()
H A DmgpsP.h58 int numvts; /* number of vertices */ member
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/
H A Dmgx11clip.c103 prim2->numvts = 0; in Xmg_cliptoplane()
104 prev = &(vts1[prim1->numvts - 1]); in Xmg_cliptoplane()
112 dest = &(vts2[prim2->numvts]); in Xmg_cliptoplane()
128 prim2->numvts++; in Xmg_cliptoplane()
132 vts2[prim2->numvts] = *curr; in Xmg_cliptoplane()
133 prim2->numvts++; in Xmg_cliptoplane()
189 prim2->numvts = prim1->numvts; in Xmg_primclip()
193 if (prim2->numvts == 0) { aprim->numvts = 0; return PRIM_INVIS; } \ in Xmg_primclip()
202 for (n=0; n < aprim->numvts; n++) in Xmg_primclip()
219 n = prim1->numvts; in Xmg_primclip()
[all …]
H A Dmgx11windows.c678 prim->numvts = numverts; in Xmg_add()
697 _mgx11c->mysort->cvert = prim->index + prim->numvts; in Xmg_add()
995 poly(buf, zbuf, zwidth, w, h, vts+prim->index, prim->numvts, in Xmg_showdisplaylist()
1000 spoly(buf, zbuf, zwidth, w, h, vts+prim->index, prim->numvts, in Xmg_showdisplaylist()
1005 poly(buf, zbuf, zwidth, w, h, vts+prim->index, prim->numvts, in Xmg_showdisplaylist()
1008 prim->numvts, prim->ewidth, prim->ecolor); in Xmg_showdisplaylist()
1009 if (vts[prim->index+prim->numvts-1].drawnext) in Xmg_showdisplaylist()
1015 spoly(buf, zbuf, zwidth, w, h, vts+prim->index, prim->numvts, in Xmg_showdisplaylist()
1018 prim->numvts, prim->ewidth, prim->ecolor); in Xmg_showdisplaylist()
1019 if (vts[prim->index+prim->numvts-1].drawnext) in Xmg_showdisplaylist()
[all …]
H A Dmgx11P.h69 int numvts; /* number of vertices */ member
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvToWebOOGL.c++978 int numvts, start; in ToWebOOGL() local
979 numvts = 0; in ToWebOOGL()
982 count++; numvts++; in ToWebOOGL()
987 sprintf(out, "%d", numvts); in ToWebOOGL()
1011 int numvts, points, numsegs; in ToWebOOGL() local
1046 numvts++; numlines++; points++; in ToWebOOGL()
1048 numvts += x; numlines++; numsegs += x - 1; in ToWebOOGL()
1053 if (coords == NULL || numvts < 1 || numlines < 1) { in ToWebOOGL()
1060 sprintf(out, "%d %d 1\n", numlines, numvts); in ToWebOOGL()
1066 sprintf(out, "%d %d %d\n", numlines, numvts, numvts); in ToWebOOGL()
[all …]
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdifo.c480 for (i = 0; i < ts->numvts; i++) in Create_TT_SRPT()
745 write2(buf + 0x3e, ws->titlesets->numvts); /* number of title sets */ in TocGen()
763 nextsector += (8 + ws->titlesets->numvts * 0x30c + 2047) / 2048; in TocGen()
836 else if (ws->titlesets->numvts && ws->titlesets->vts[0].hasmenu) in TocGen()
873 j = 8 + ws->titlesets->numvts * 4; in TocGen()
874 write2(buf, ws->titlesets->numvts); /* number of titlesets */ in TocGen()
875 …write4(buf + 4, ws->titlesets->numvts * 0x30c + 8 - 1); /* end address (last byte of last VTS_ATRT… in TocGen()
876 for (i = 0; i < ws->titlesets->numvts; i++) in TocGen()
879 for (i = 0; i < ws->titlesets->numvts; i++) /* output each VTS_ATRT */ in TocGen()
H A Ddvdpgc.c103 for (i = 0; i < ws->titlesets->numvts; i++) in genjumppad()
118 for (i = 0; i < ws->titlesets->numvts; i++) in genjumppad()
H A Dda-internal.h241 int numvts; member
H A Ddvdauthor.c1108 if (ts->numvts + 1 >= MAXVTS) in ScanIfo()
1115 vd = &ts->vts[ts->numvts]; /* where to put new entry */ in ScanIfo()
1139 ts->numvts++; in ScanIfo()
1933 if (!ts.numvts) in dvdauthor_vmgm_gen()
1959 for (i = 0; i < ts.numvts; i++) in dvdauthor_vmgm_gen()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DDAGISelMatcher.h966 const MVT::SimpleValueType *vts, unsigned numvts, in EmitNodeMatcherCommon() argument
972 VTs(vts, vts+numvts), Operands(operands, operands+numops), in EmitNodeMatcherCommon()
1015 const MVT::SimpleValueType *vts, unsigned numvts, in EmitNodeMatcher() argument
1020 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain, in EmitNodeMatcher()
1037 const MVT::SimpleValueType *vts, unsigned numvts, in MorphNodeToMatcher() argument
1042 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain, in MorphNodeToMatcher()