Lines Matching refs:SwPoint
225 SwPoint cellPos;
226 SwPoint cellMin;
227 SwPoint cellMax;
238 SwPoint pos;
240 SwPoint bezStack[32 * 3 + 1];
241 SwPoint lineStack[32 + 1];
262 static inline SwPoint UPSCALE(const SwPoint& pt) in UPSCALE()
268 static inline SwPoint TRUNC(const SwPoint& pt) in TRUNC()
280 static inline SwPoint SUBPIXELS(const SwPoint& pt) in SUBPIXELS()
296 static inline SwCoord HYPOT(SwPoint pt) in HYPOT()
447 static void _setCell(RleWorker& rw, SwPoint pos) in _setCell()
479 static void _startCell(RleWorker& rw, SwPoint pos) in _startCell()
493 static void _moveTo(RleWorker& rw, const SwPoint& to) in _moveTo()
505 static void _lineTo(RleWorker& rw, const SwPoint& to) in _lineTo()
537 SwPoint f2; in _lineTo()
633 static void _cubicTo(RleWorker& rw, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _cubicTo()