Searched defs:rw (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRle.cpp | 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() [all …]
|
/lvgl-latest/src/misc/ |
D | lv_area.c | 163 int32_t rw = a1_w - (a2_p->x2 - a1_p->x1); in lv_area_diff() local
|