Lines Matching refs:Int
45 Int *lengths; /*length[i]=number of vertices of ith primitive*/
46 Int *types; /*each primive has a type: FAN or STREAM*/
50 Int index_lengths; /*the current available entry*/
51 Int size_lengths; /*the allocated size of the array: lengths*/
52 Int index_vertices;
53 Int size_vertices;
59 Int counter;
62 primStream(Int sizeLengths, Int sizeVertices);
65 Int get_n_prims() //num of primitives
69 Int get_type(Int i) //the type of ith primitive
73 Int get_length(Int i) //the length of the ith primitive
85 void end(Int type);
87 Int num_triangles();