Lines Matching refs:curr
669 ::basegfx::B2DPoint *curr; in scissorLineSegment()
679 curr = &in_vertex[i]; in scissorLineSegment()
683 …sal_uInt32 clip = pPlane->clipmask & ((getCohenSutherlandClipFlags(*curr,rR)<<4)|getCohenSutherlan… in scissorLineSegment()
694 ::basegfx::B2DPoint dir((*next)-(*curr)); in scissorLineSegment()
698 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()
699 pPlane->ny*curr->getY() + in scissorLineSegment()
704 ::basegfx::B2DPoint intersection( curr->getX()+t*dir.getX(), in scissorLineSegment()
705 curr->getY()+t*dir.getY() ); in scissorLineSegment()
713 ::basegfx::B2DPoint dir((*next)-(*curr)); in scissorLineSegment()
717 double numerator = ( pPlane->nx*curr->getX() + in scissorLineSegment()
718 pPlane->ny*curr->getY() + in scissorLineSegment()
723 ::basegfx::B2DPoint intersection( curr->getX()+t*dir.getX(), in scissorLineSegment()
724 curr->getY()+t*dir.getY() ); in scissorLineSegment()