Searched refs:vtxs (Results 1 – 2 of 2) sorted by relevance
194 s32 vtxs = 40 ; // Number of vertices in draw_circle() local195 f32 k = 6.29f / (f32)vtxs ; // 2pi divided by the number of sections in draw_circle()208 GXBegin( GX_LINESTRIP, GX_VTXFMT0, (u16)(vtxs + 1) ) ; in draw_circle()212 n = vtxs ; in draw_circle()
202 s32 vtxs = 40 ; // Number of vertices in draw_circle() local203 f32 k = 6.29f / (f32)vtxs ; // 2pi divided by the number of sections in draw_circle()217 GXBegin( GX_LINESTRIP, GX_VTXFMT0, (u16)(vtxs + 1) ) ; in draw_circle()221 n = vtxs ; in draw_circle()