Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx259 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 Dswfwriter1.cxx137 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 DSchXMLExport.cxx3525 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 Dregion.cxx67 const Point aLastPoint (aPoint); in ImplIsPolygonRectilinear() local
80 if (aLastPoint.X() != aPoint.X() && aLastPoint.Y() != aPoint.Y()) in ImplIsPolygonRectilinear()
H A Dpdfwriter_impl.cxx1527 basegfx::B2DPoint aLastPoint( aPoly.getB2DPoint( 0 ) ); in appendPolygon() local
1528 appendPixelPoint( aLastPoint, rBuffer ); in appendPolygon()

Completed in 145 milliseconds