Searched refs:vindex (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | coveandtiler.cc | 83 tile( bot.vindex, ustart, uend ); in coveAndTile() 110 bllv.set( top.ustart-1, bot.vindex ); in coveAndTile() 125 tllv.set( bot.ustart-1, top.vindex ); in coveAndTile() 147 brrv.set( top.uend+1, bot.vindex ); in coveAndTile() 162 trrv.set( bot.uend+1, top.vindex ); in coveAndTile() 189 tile( vindex, ustart, umid ); in tile() 190 tile( vindex, umid, uend ); in tile() 199 GridVertex tgv( top.uend, top.vindex ); in coveUpperRight() 200 GridVertex gv( top.uend, bot.vindex ); in coveUpperRight() 227 GridVertex gv( top.uend, bot.vindex ); in coveUR() [all …]
|
H A D | trimregion.h | 81 top.vindex = (long) topVindex; in advance() 82 bot.vindex = (long) botVindex; in advance()
|
H A D | hull.cc | 127 gv->set( upper.index, upper.line->vindex ); in nextupper() 152 gv->set( lower.index, lower.line->vindex ); in nextlower()
|
H A D | gridline.h | 42 long vindex; member
|