Searched refs:Real2 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A Ddefinitions.h38 typedef Real Real2[2]; typedef in typeref:typename:Real[2]
H A DsampledLine.h40 Real2 *points;
49 void init(Int n_points, Real2 *pts);//special, careful about memory
57 Real2* get_points() {return points;}
H A DsampledLine.cc74 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 DsampleCompRight.cc597 Real2* trimVerts=(Real2*) malloc(sizeof(Real2)* (largeIndex-smallIndex+1));
601 Real2* gridVerts=(Real2*) malloc(sizeof(Real2)* (ulineLargeIndex-ulineSmallIndex+1));
H A DgridWrap.h105 Real2* vertices; /*one grid point at each grid V-line, cached for efficiency*/
H A DgridWrap.cc192 vertices = (Real2*) malloc(sizeof(Real2) * n_vlines);
H A DsampleMonoPoly.cc121 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 DsampleCompBot.cc755 Real2* gridPoints = (Real2*) malloc(sizeof(Real2) * (gridRightU - gridLeftU +1));
H A DmonoTriangulation.cc1118 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 DmonoTriangulation.h44 Real2 *queue;
H A DsampleCompTop.cc931 Real2* gridPoints = (Real2*) malloc(sizeof(Real2) * (gridRightU - gridLeftU +1));
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DdataTransform.cc49 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