Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dframelink.cxx184 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() function
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()
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()
[all …]

Completed in 23 milliseconds