Lines Matching refs:array
124 ret += array[i]->num_quads();
133 array = (rectBlock**) malloc(sizeof(rectBlock*) * s);
134 assert(array);
137 array[i] = NULL;
145 if(array[i] != NULL)
146 delete array[i];
148 free(array);
151 //put to the end of the array, check the size
164 temp[i] = array[i];
166 free(array);
167 array = temp;
171 array[n_elements++] = newBlock;
178 array[i]->print();
185 array[i]->draw(u_values, v_values);