iced/tiny_skia/src
Mohammad AlSaleh 5bd93181f3
tiny_skia: Add a capacity limit to GlyphCache
* Trim the cache if `recently_used` size reaches the limit, even if a
   trim interval hasn't passed.
 * Shrink `entries` and `recently_used` to the limit when trimming.

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2024-02-07 14:27:35 +01:00
..
window Convert Renderer::Theme to generic Widget type 2024-01-21 17:56:01 +01:00
backend.rs Introduce with_transformation to Renderer trait 2024-02-02 02:24:45 +01:00
geometry.rs Introduce with_transformation to Renderer trait 2024-02-02 02:24:45 +01:00
lib.rs Convert Renderer::Theme to generic Widget type 2024-01-21 17:56:01 +01:00
primitive.rs Fix paths with negative coordinates in iced_tiny_skia 2024-01-17 15:31:29 +01:00
raster.rs Refactor texture image filtering 2023-11-11 07:22:51 +01:00
settings.rs Implement explicit text caching in the widget state tree 2023-08-30 04:31:21 +02:00
text.rs tiny_skia: Add a capacity limit to GlyphCache 2024-02-07 14:27:35 +01:00
vector.rs Fix expect message in iced_tiny_skia::vector 2023-12-11 10:47:17 +01:00
window.rs Scaffold iced_tiny_skia and connect it to iced_renderer 2023-02-25 15:38:25 +01:00