Lines Matching defs:rw
304 static void _horizLine(RleWorker& rw, SwCoord x, SwCoord y, SwCoord area, SwCoord aCount) in _horizLine()
387 static void _sweep(RleWorker& rw) in _sweep()
410 static Cell* _findCell(RleWorker& rw) in _findCell()
437 static void _recordCell(RleWorker& rw) in _recordCell()
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()
633 static void _cubicTo(RleWorker& rw, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _cubicTo()
704 static void _decomposeOutline(RleWorker& rw) in _decomposeOutline()
741 static int _genRle(RleWorker& rw) in _genRle()
861 RleWorker rw; in rleRender() local