Lines Matching defs:vindex
83 tile( bot.vindex, ustart, uend );
110 bllv.set( top.ustart-1, bot.vindex );
125 tllv.set( bot.ustart-1, top.vindex );
147 brrv.set( top.uend+1, bot.vindex );
162 trrv.set( bot.uend+1, top.vindex );
181 CoveAndTiler::tile( long vindex, long ustart, long uend )
189 tile( vindex, ustart, umid );
190 tile( vindex, umid, uend );
192 backend.surfmesh( ustart, vindex-1, numsteps, 1 );
199 GridVertex tgv( top.uend, top.vindex );
200 GridVertex gv( top.uend, bot.vindex );
227 GridVertex gv( top.uend, bot.vindex );
261 GridVertex tgv( top.ustart, top.vindex );
262 GridVertex gv( top.ustart, bot.vindex );
289 GridVertex gv( top.ustart, bot.vindex );
322 GridVertex bgv( bot.ustart, bot.vindex );
323 GridVertex gv( bot.ustart, top.vindex );
350 GridVertex gv( bot.ustart, top.vindex );
383 GridVertex bgv( bot.uend, bot.vindex );
384 GridVertex gv( bot.uend, top.vindex );
411 GridVertex gv( bot.uend, top.vindex );