Searched refs:maLastPoint (Results 1 – 2 of 2) sorted by relevance
78 maLastPoint(), in PaintOverlayHandler()314 maLastPoint.setX( e.X ); in handleMouseEntered()315 maLastPoint.setY( e.Y ); in handleMouseEntered()348 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()349 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()351 aPoly.append( maLastPoint ); in handleMouseDragged()353 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()354 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged()356 aPoly.append( maLastPoint ); in handleMouseDragged()357 maLastPoint.setX( e.X+mnSize ); in handleMouseDragged()[all …]
1440 Point maLastPoint; member in ImplEdgePointFilter1462 { return maFirstPoint == maLastPoint; } in IsPolygon()1484 long lx = maLastPoint.X(); in EdgeSection()1485 long ly = maLastPoint.Y(); in EdgeSection()1558 else if ( rPoint == maLastPoint ) in Input()1574 maLastPoint = rPoint; in Input()