Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1939 void Writer::Impl_addStraightLine( BitStream& rBits, Point& rLastPoint, in Impl_addStraightLine() argument
1944 …pl_addStraightEdgeRecord( rBits, _Int16(aPoint.X() - rLastPoint.X()),_Int16(aPoint.Y() - rLastPoin… in Impl_addStraightLine()
1945 rLastPoint = aPoint; in Impl_addStraightLine()
1951 void Writer::Impl_addQuadBezier( BitStream& rBits, Point& rLastPoint, in Impl_addQuadBezier() argument
1960 _Int16(aControlPoint.X() - rLastPoint.X()),_Int16(aControlPoint.Y() - rLastPoint.Y()), in Impl_addQuadBezier()
1962 rLastPoint = aAnchorPoint; in Impl_addQuadBezier()
1969 Point& rLastPoint, in Impl_quadBezierApprox() argument
1981 Impl_addQuadBezier( rBits, rLastPoint, in Impl_quadBezierApprox()
2055 Impl_addQuadBezier( rBits, rLastPoint, in Impl_quadBezierApprox()
2090 Impl_addStraightLine( rBits, rLastPoint, P4x, P4y); in Impl_quadBezierApprox()
[all …]
H A Dswfwriter.hxx388 Point& rLastPoint,
391 Point& rLastPoint,
395 Point& rLastPoint,
/trunk/main/vcl/source/gdi/
H A Dregion.cxx224 const Point rLastPoint = aPoly.GetPoint(nSize-1); in ImplGeneralPolygonToBands() local
227 if ( rLastPoint != rFirstPoint ) in ImplGeneralPolygonToBands()
229 pRegionBand->InsertLine( rLastPoint, rFirstPoint, nLineID++ ); in ImplGeneralPolygonToBands()

Completed in 33 milliseconds