ReactOS 0.4.16-dev-1-gcf26321
|
#include "sampleMonoPoly.h"
Go to the source code of this file.
Functions | |
void | sampleConnectedComp (Real *topVertex, Real *botVertex, vertexArray *leftChain, Int leftStartIndex, Int botLeftIndex, vertexArray *rightChain, Int rightStartIndex, Int botRightIndex, gridBoundaryChain *leftGridChain, gridBoundaryChain *rightGridChain, Int gridIndex1, Int gridIndex2, Int up_leftCornerWhere, Int up_leftCornerIndex, Int up_rightCornerWhere, Int up_rightCornerIndex, Int down_leftCornerWhere, Int down_leftCornerIndex, Int down_rightCornerWhere, Int down_rightCornerIndex, primStream *pStream, rectBlockArray *rbArray) |
void | sampleCompLeft (Real *topVertex, Real *botVertex, vertexArray *leftChain, Int leftStartIndex, Int leftEndIndex, vertexArray *rightChain, Int rightStartIndex, Int rightEndIndex, gridBoundaryChain *leftGridChain, Int gridIndex1, Int gridIndex2, Int up_leftCornerWhere, Int up_leftCornerIndex, Int down_leftCornerWhere, Int down_leftCornerIndex, primStream *pStream) |
void | sampleLeftSingleTrimEdgeRegionGen (Real topVert[2], Real botVert[2], vertexArray *leftChain, Int leftStart, Int leftEnd, gridBoundaryChain *gridChain, Int gridBegindex, Int gridEndIndex, vertexArray *rightChain, Int rightUpBegin, Int rightUpEnd, Int rightDownBegin, Int rightDownEnd, primStream *pStream) |
void sampleCompLeft | ( | Real * | topVertex, |
Real * | botVertex, | ||
vertexArray * | leftChain, | ||
Int | leftStartIndex, | ||
Int | leftEndIndex, | ||
vertexArray * | rightChain, | ||
Int | rightStartIndex, | ||
Int | rightEndIndex, | ||
gridBoundaryChain * | leftGridChain, | ||
Int | gridIndex1, | ||
Int | gridIndex2, | ||
Int | up_leftCornerWhere, | ||
Int | up_leftCornerIndex, | ||
Int | down_leftCornerWhere, | ||
Int | down_leftCornerIndex, | ||
primStream * | pStream | ||
) |
Definition at line 142 of file sampleComp.cc.
Referenced by sampleConnectedComp().
void sampleConnectedComp | ( | Real * | topVertex, |
Real * | botVertex, | ||
vertexArray * | leftChain, | ||
Int | leftStartIndex, | ||
Int | botLeftIndex, | ||
vertexArray * | rightChain, | ||
Int | rightStartIndex, | ||
Int | botRightIndex, | ||
gridBoundaryChain * | leftGridChain, | ||
gridBoundaryChain * | rightGridChain, | ||
Int | gridIndex1, | ||
Int | gridIndex2, | ||
Int | up_leftCornerWhere, | ||
Int | up_leftCornerIndex, | ||
Int | up_rightCornerWhere, | ||
Int | up_rightCornerIndex, | ||
Int | down_leftCornerWhere, | ||
Int | down_leftCornerIndex, | ||
Int | down_rightCornerWhere, | ||
Int | down_rightCornerIndex, | ||
primStream * | pStream, | ||
rectBlockArray * | rbArray | ||
) |
Definition at line 51 of file sampleComp.cc.
Referenced by sampleMonoPolyRec().
void sampleLeftSingleTrimEdgeRegionGen | ( | Real | topVert[2], |
Real | botVert[2], | ||
vertexArray * | leftChain, | ||
Int | leftStart, | ||
Int | leftEnd, | ||
gridBoundaryChain * | gridChain, | ||
Int | gridBegindex, | ||
Int | gridEndIndex, | ||
vertexArray * | rightChain, | ||
Int | rightUpBegin, | ||
Int | rightUpEnd, | ||
Int | rightDownBegin, | ||
Int | rightDownEnd, | ||
primStream * | pStream | ||
) |
Definition at line 293 of file sampleComp.cc.
Referenced by sampleCompLeft().