Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx666 scissor_plane *pPlane, // scissoring plane in scissorLineSegment() argument
696 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 …]
/trunk/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()

Completed in 24 milliseconds