Searched refs:Real2 (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | definitions.h | 38 typedef Real Real2[2]; typedef in typeref:typename:Real[2]
|
| H A D | sampledLine.h | 40 Real2 *points; 49 void init(Int n_points, Real2 *pts);//special, careful about memory 57 Real2* get_points() {return points;}
|
| H A D | sampledLine.cc | 74 points = (Real2*) malloc(sizeof(Real2) * n_points); 82 sampledLine::sampledLine(Int n_points, Real2 pts[]) 86 points = (Real2*) malloc(sizeof(Real2) * n_points); 98 points = (Real2*) malloc(sizeof(Real2) * 2); 116 void sampledLine::init(Int n_points, Real2 *pts) 156 Real2 *temp = (Real2*) mallo [all...] |
| H A D | sampleCompRight.cc | 597 Real2* trimVerts=(Real2*) malloc(sizeof(Real2)* (largeIndex-smallIndex+1)); 601 Real2* gridVerts=(Real2*) malloc(sizeof(Real2)* (ulineLargeIndex-ulineSmallIndex+1));
|
| H A D | gridWrap.h | 105 Real2* vertices; /*one grid point at each grid V-line, cached for efficiency*/
|
| H A D | gridWrap.cc | 192 vertices = (Real2*) malloc(sizeof(Real2) * n_vlines);
|
| H A D | sampleMonoPoly.cc | 121 Real2* temp_leftVerts = (Real2 *) malloc(sizeof(Real2) * n_leftVerts); 123 Real2* temp_rightVerts = (Real2 *) malloc(sizeof(Real2) * n_rightVerts); 126 leftVerts = (Real**) malloc(sizeof(Real2*) * n_leftVerts); 128 rightVerts = (Real**) malloc(sizeof(Real2*) * n_rightVerts); 169 Real2 *lowerVerts; 170 Real2 *upperVert [all...] |
| H A D | sampleCompBot.cc | 755 Real2* gridPoints = (Real2*) malloc(sizeof(Real2) * (gridRightU - gridLeftU +1));
|
| H A D | monoTriangulation.cc | 1118 vertexArray::vertexArray(Real2* vertices, Int nVertices) 1344 queue = (Real2*) malloc(sizeof(Real2) * size); 1363 Real2 *temp = (Real2*) malloc(sizeof(Real2) * (2*size_queue+1));
|
| H A D | monoTriangulation.h | 44 Real2 *queue;
|
| H A D | sampleCompTop.cc | 931 Real2* gridPoints = (Real2*) malloc(sizeof(Real2) * (gridRightU - gridLeftU +1));
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | dataTransform.cc | 49 static directedLine* copy_loop(Arc_ptr loop, Real2* vertArray, int& index, directedLine dline_buf[], sampledLine sline_buf[], int& index_dline) 119 Real2* vertArray = new Real2[numedges*2];
|
Completed in 11 milliseconds