slint/internal/core/graphics
Olivier Goffart 672820be0e Inline the Color accesor functions
Profiling reveal they are not always inlined, despite they are only a
single instruction and can be used in a tight loop. So there is no
excuse to not inline them.
2023-12-19 13:24:48 +01:00
..
image Silence error when rendering SVG in an 0x0 size 2023-11-02 11:09:20 +01:00
bitmapfont.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
boxshadowcache.rs Remove duplicated geometry properties from items 2023-09-13 16:08:37 +02:00
brush.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
color.rs Inline the Color accesor functions 2023-12-19 13:24:48 +01:00
image.rs Implement std::error::Error for LoadImageError 2023-11-20 11:43:13 +01:00
path.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
rendering_metrics_collector.rs Frame per second counter for the software renderer 2023-09-28 16:23:07 +02:00