Searched refs:aLastPoint (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 259 Point aLastPoint = leftside.front(); in JoinVerticalClipRectangles() local 260 PSBinMoveTo (aLastPoint, rOldPoint, rColumn); in JoinVerticalClipRectangles() 269 nNewDX = aPoint.X() - aLastPoint.X(); in JoinVerticalClipRectangles() 270 nNewDY = aPoint.Y() - aLastPoint.Y(); in JoinVerticalClipRectangles() 278 aLastPoint = aPoint; in JoinVerticalClipRectangles() 281 aLastPoint = rightside.back(); in JoinVerticalClipRectangles() 284 PSBinLineTo (aLastPoint, rOldPoint, rColumn); in JoinVerticalClipRectangles() 292 nNewDX = aPoint.X() - aLastPoint.X(); in JoinVerticalClipRectangles() 293 nNewDY = aPoint.Y() - aLastPoint.Y(); in JoinVerticalClipRectangles()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 137 Point aLastPoint( rPoly[0] ); in Impl_addPolygon() local 139 Impl_addShapeRecordChange( rBits, _Int16(aLastPoint.X()),_Int16(aLastPoint.Y()), bFilled ); in Impl_addPolygon() 158 Impl_quadBezierApprox( rBits, aLastPoint, d*d, in Impl_addPolygon() 171 if( aPolyPoint != aLastPoint ) in Impl_addPolygon() 173 …StraightEdgeRecord( rBits, _Int16(aPolyPoint.X() - aLastPoint.X()),_Int16(aPolyPoint.Y() - aLastPo… in Impl_addPolygon() 174 aLastPoint = aPolyPoint; in Impl_addPolygon() 181 if( aPolyPoint != aLastPoint ) in Impl_addPolygon() 183 …StraightEdgeRecord( rBits, _Int16(aPolyPoint.X() - aLastPoint.X()),_Int16(aPolyPoint.Y() - aLastPo… in Impl_addPolygon()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 3525 SchXMLDataPointStruct aLastPoint; in exportDataPoints() local 3529 aLastPoint.mnRepeat = 0; in exportDataPoints() 3535 if( aPoint.maStyleName == aLastPoint.maStyleName ) in exportDataPoints() 3536 aPoint.mnRepeat += aLastPoint.mnRepeat; in exportDataPoints() 3537 else if( aLastPoint.mnRepeat > 0 ) in exportDataPoints() 3540 if( aLastPoint.maStyleName.getLength() ) in exportDataPoints() 3543 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints() 3549 aLastPoint = aPoint; in exportDataPoints() 3552 if( aPoint.maStyleName == aLastPoint.maStyleName ) in exportDataPoints() 3554 if( aLastPoint.maStyleName.getLength() ) in exportDataPoints() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | region.cxx | 67 const Point aLastPoint (aPoint); in ImplIsPolygonRectilinear() local 80 if (aLastPoint.X() != aPoint.X() && aLastPoint.Y() != aPoint.Y()) in ImplIsPolygonRectilinear()
|
H A D | pdfwriter_impl.cxx | 1527 basegfx::B2DPoint aLastPoint( aPoly.getB2DPoint( 0 ) ); in appendPolygon() local 1528 appendPixelPoint( aLastPoint, rBuffer ); in appendPolygon()
|
Completed in 97 milliseconds