slint/internal/core/software_renderer
Olivier Goffart 424f046416 swrenderer: refactor image drawing algorithm
For tiling, we will need to know the actual source size in addition to
the scaling factor that can be different. So store the scaling factors
in the scene command, as well as an offset where to start.

This is more accurate in case of clipping and rotation.
For rotation that doesn't matter (appart from the fact that the testing
can now be more strict)
But for clipping this prevent glitches with partial rendering where it
would seem like the image are moving a bit by a pixel when it is redrawn
with a different clip
2024-02-15 18:25:47 +01:00
..
fonts Upgrade to fontdue 0.8 2023-11-29 10:52:27 +01:00
draw_functions.rs swrenderer: refactor image drawing algorithm 2024-02-15 18:25:47 +01:00
fixed.rs swrenderer: refactor image drawing algorithm 2024-02-15 18:25:47 +01:00
fonts.rs Renderer feature refactor 2023-07-27 19:11:24 +02:00