Lines Matching refs:vCount
122 int* vCount, in compute_vectors() argument
135 *vCount = 0; in compute_vectors()
152 *vCount += 5; in compute_vectors()
155 *vCount += 6; in compute_vectors()
169 *vCount += 4; in compute_vectors()
268 int* vCount, in get_segments() argument
329 compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments()
371 int vCount = 4; in create_vertices() local
373 vCount += 5; in create_vertices()
375 vCount += 6; in create_vertices()
377 if (draw->fVertexCnt + vCount > (1 << 16)) { in create_vertices()