Searched refs:pPlane (Results 1 – 2 of 2) sorted by relevance
666 scissor_plane *pPlane, // scissoring plane in scissorLineSegment() argument696 double denominator = ( pPlane->nx*dir.getX() + in scissorLineSegment()697 pPlane->ny*dir.getY() ); in scissorLineSegment()698 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()699 pPlane->ny*curr->getY() + in scissorLineSegment()700 pPlane->d ); in scissorLineSegment()715 double denominator = ( pPlane->nx*dir.getX() + in scissorLineSegment()716 pPlane->ny*dir.getY() ); in scissorLineSegment()717 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()718 pPlane->ny*curr->getY() + in scissorLineSegment()[all …]
224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local233 pPlane[ np ] = new sal_uInt8[ nBytesPerPlaneLin ]; in ImplReadBody()253 pPCX->Read( (void *)pPlane[ np ], nBytesPerPlaneLin ); in ImplReadBody()256 pDest = pPlane[ np ]; in ImplReadBody()300 pSource1 = pPlane[ 0 ]; in ImplReadBody()301 pSource2 = pPlane[ 1 ]; in ImplReadBody()302 pSource3 = pPlane[ 2 ]; in ImplReadBody()303 pSource4 = pPlane[ 3 ]; in ImplReadBody()399 delete[] pPlane[ np ]; in ImplReadBody()
Completed in 16 milliseconds