Lines Matching refs:LinePoints

184 struct LinePoints  struct
189 explicit LinePoints( const Point& rBeg, const Point& rEnd ) : in LinePoints() function
191 explicit LinePoints( const Rectangle& rRect, bool bTLBR ) : in LinePoints() argument
778 inline Polygon lclCreatePolygon( const LinePoints& rPoints1, const LinePoints& rPoints2 ) in lclCreatePolygon()
854 inline void lclDrawThinLine( OutputDevice& rDev, const LinePoints& rPoints, bool bDotted ) in lclDrawThinLine()
866 inline void lclDrawPolygon( OutputDevice& rDev, const LinePoints& rPoints1, const LinePoints& rPoin… in lclDrawPolygon()
885LinePoints aTPoints( rLPos + lclToMapUnit( rLRes.mnOffs1, nTOffs ), rRPos + lclToMapUnit( rRRes.mn… in lclDrawHorLine()
890LinePoints aBPoints( rLPos + lclToMapUnit( rLRes.mnOffs2, nBOffs ), rRPos + lclToMapUnit( rRRes.mn… in lclDrawHorLine()
940LinePoints aLPoints( rTPos + lclToMapUnit( nLOffs, rTRes.mnOffs1 ), rBPos + lclToMapUnit( nLOffs, … in lclDrawVerLine()
945LinePoints aRPoints( rTPos + lclToMapUnit( nROffs, rTRes.mnOffs2 ), rBPos + lclToMapUnit( nROffs, … in lclDrawVerLine()
998 LinePoints lclGetDiagLineEnds( const Rectangle& rRect, bool bTLBR, long nDiagOffs ) in lclGetDiagLineEnds()
1000 LinePoints aPoints( rRect, bTLBR ); in lclGetDiagLineEnds()
1076 LinePoints aLPoints( lclGetDiagLineEnds( rRect, !bTLBR, lclGetPrimEnd( rCrossStyle ) ) ); in lclPushCrossingClipRegion()
1077 LinePoints aRPoints( lclGetDiagLineEnds( rRect, !bTLBR, lclGetSecnBeg( rCrossStyle ) ) ); in lclPushCrossingClipRegion()
1112 LinePoints aLPoints( lclGetDiagLineEnds( rRect, bTLBR, nDiagOffs1 ) ); in lclDrawDiagLine()