Lines Matching defs:pStream

102 void triangulateConvexPolyVertical(directedLine* topV, directedLine* botV, primStream *pStream)
157 triangulateXYMonoTB(n_leftVerts, leftVerts, n_rightVerts, rightVerts, pStream);
164 void triangulateConvexPolyHoriz(directedLine* leftV, directedLine* rightV, primStream *pStream)
206 triangulateXYMono(n_upperVerts, upperVerts, n_lowerVerts, lowerVerts, pStream);
210 void triangulateConvexPoly(directedLine* polygon, Int ulinear, Int vlinear, primStream* pStream)
248 triangulateConvexPolyHoriz( leftV, rightV, pStream);
252 triangulateConvexPolyVertical(topV, botV, pStream);
258 triangulateConvexPolyHoriz( leftV, rightV, pStream);
261 triangulateConvexPolyVertical(topV, botV, pStream);
1219 void sampleMonoPoly(directedLine* polygon, gridWrap* grid, Int ulinear, Int vlinear, primStream* pStream, rectBlockArray* rbArray)
1234 monoTriangulationFun(polygon, compV2InY, pStream);
1239 triangulateConvexPoly(polygon, ulinear, vlinear, pStream);
1253 monoTriangulationFun(polygon, compV2InX, pStream);
1272 monoTriangulationFun(polygon, compV2InX, pStream);
1285 monoTriangulationFun(ret_p1, compV2InX, pStream);
1286 monoTriangulationFun(ret_p2, compV2InX, pStream);
1390 pStream,
1411 primStream* pStream,
1454 rightChain, rightStartIndex, pStream);
1463 pStream);
1470 rightChain, rightStartIndex, pStream);
1475 rightChain, rightStartIndex, pStream);
1481 pStream);*/
1659 pStream,
1675 pStream, rbArray);
1688 primStream* pStream
1717 pStream);
1720 pStream);
1730 primStream* pStream
1753 sampleLeftOneGridStep(leftChain, topLeftIndex, index1, leftGridChain, leftGridChainStartIndex, pStream);
1775 sampleLeftSingleTrimEdgeRegion(uppervert, lowervert, leftGridChain, leftGridChainStartIndex+1, index2, pStream);
1786 sampleLeftStripRec(leftChain, index1+1, botLeftIndex, leftGridChain, index2, leftGridChainEndIndex, pStream);
1809 primStream* pStream
1857 sampleLeftOneGridStep(leftChain, topLeftIndex, index1, leftGridChain, leftGridChainStartIndex, pStream);
1865 sampleLeftStripRecF(leftChain, index1, botLeftIndex,leftGridChain, leftGridChainStartIndex+1, leftGridChainEndIndex, pStream);
1892 sampleLeftSingleTrimEdgeRegion(uppervert, lowervert, leftGridChain, leftGridChainStartIndex+1, index2, pStream);
1896 sampleLeftStripRecF(leftChain, index1+1, botLeftIndex, leftGridChain, index2, leftGridChainEndIndex, pStream);
1911 primStream* pStream)
1926 pStream->begin();
1927 pStream->insert(gridChain->get_vertex(i-1));
1929 pStream->insert(gridChain->getGrid()->get_u_value(j), gridChain->get_v_value(i));
1930 pStream->end(PRIMITIVE_STREAM_FAN);
1934 pStream->begin();
1935 pStream->insert(gridChain->get_vertex(i));
1937 pStream->insert(gridChain->getGrid()->get_u_value(j), gridChain->get_v_value(i-1));
1938 pStream->end(PRIMITIVE_STREAM_FAN);
1945 pStream);
1989 primStream* pStream)
1996 leftGridChain->leftEndFan(leftGridChainStartIndex+1, pStream);
2004 pStream);
2016 primStream* pStream
2025 sampleLeftOneGridStepNoMiddle(leftChain, beginLeftIndex, endLeftIndex, leftGridChain, leftGridChainStartIndex, pStream);
2102 monoTriangulationOpt(poly, pStream);
2166 pStream //increase chain
2176 pStream,
2185 pStream,
2206 pStream);
2230 pStream,
2250 pStream);
2260 primStream* pStream)
2286 pStream->begin();
2287 pStream->insert(leftMostV);
2289 pStream->insert(lowerVerts[j]);
2292 pStream->end(PRIMITIVE_STREAM_FAN);
2302 pStream->begin();
2303 pStream->insert(leftMostV);
2306 pStream->insert(upperVerts[k]);
2308 pStream->end(PRIMITIVE_STREAM_FAN);
2318 pStream->begin();
2319 pStream->insert(lowerVerts[j]); /*the origin of this fan*/
2334 pStream->insert(upperVerts[l]);
2336 pStream->insert(leftMostV);
2338 pStream->end(PRIMITIVE_STREAM_FAN);
2346 pStream->begin();
2347 pStream->insert(upperVerts[i]);/*the origion of this fan*/
2348 pStream->insert(leftMostV);
2356 pStream->insert(lowerVerts[k]);
2359 pStream->end(PRIMITIVE_STREAM_FAN);
2375 primStream* pStream,
2415 pStream);
2419 pStream);