slint/internal/backends/winit/renderer/skia
Simon Hausmann c16253d29f Use Property<LogicalLength> instead of Property<Coord>
This removes the special code for the generated property getters and
ensures type safety in the run-time library for property value setting.

In the Rust generated code we continue to do arithmetic on the scalar
values, that means we immediately extract the scalar, do arithmetic and
rely on the compiler to only allow compatible units.

Danger zone alert: In the interpreter Value::Number can now be converted
to LogicalLength as-is.
2022-10-24 12:49:37 +02:00
..
cached_image.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
d3d_surface.rs Add debug info about the Skia back buffer color depths 2022-09-05 13:53:04 +02:00
itemrenderer.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
metal_surface.rs Add debug info about the Skia back buffer color depths 2022-09-05 13:53:04 +02:00
opengl_surface.rs Add debug info about the Skia back buffer color depths 2022-09-05 13:53:04 +02:00
textlayout.rs Initial input method support for the winit backend and the FemtoVG/Skia renderers 2022-10-07 11:16:36 +02:00