Lines Matching refs:curr
596 ::basegfx::B2DPoint *curr; in scissorLineSegment()
606 curr = &in_vertex[i]; in scissorLineSegment()
610 …sal_uInt32 clip = pPlane->clipmask & ((getCohenSutherlandClipFlags(*curr,rR)<<4)|getCohenSutherlan… in scissorLineSegment()
621 ::basegfx::B2DPoint dir((*next)-(*curr)); in scissorLineSegment()
625 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()
626 pPlane->ny*curr->getY() + in scissorLineSegment()
631 ::basegfx::B2DPoint intersection( curr->getX()+t*dir.getX(), in scissorLineSegment()
632 curr->getY()+t*dir.getY() ); in scissorLineSegment()
640 ::basegfx::B2DPoint dir((*next)-(*curr)); in scissorLineSegment()
644 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()
645 pPlane->ny*curr->getY() + in scissorLineSegment()
650 ::basegfx::B2DPoint intersection( curr->getX()+t*dir.getX(), in scissorLineSegment()
651 curr->getY()+t*dir.getY() ); in scissorLineSegment()