Home
last modified time | relevance | path

Searched refs:pPlane (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx593 … scissor_plane *pPlane, // scissoring plane in scissorLineSegment() argument
610 …sal_uInt32 clip = pPlane->clipmask & ((getCohenSutherlandClipFlags(*curr,rR)<<4)|getCohenSutherlan… in scissorLineSegment()
623 double denominator = ( pPlane->nx*dir.getX() + in scissorLineSegment()
624 pPlane->ny*dir.getY() ); in scissorLineSegment()
625 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()
626 pPlane->ny*curr->getY() + in scissorLineSegment()
627 pPlane->d ); in scissorLineSegment()
642 double denominator = ( pPlane->nx*dir.getX() + in scissorLineSegment()
643 pPlane->ny*dir.getY() ); in scissorLineSegment()
644 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()
[all …]
/AOO41X/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local
233 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()