↓ 2 callersMethodadd_image_rect(&mut self, rect: &Rect, depth: f32, color: Color, coords: &[f32; 4], image: TextureId, has_alpha: bool)
src/comp/batch/mod.rs:180
↓ 1 callersMethodadd_mask_rect(&mut self, rect: &Rect, depth: f32, color: Color, coords: &[f32; 4], mask: TextureId, subpix: bool)
src/comp/batch/mod.rs:171
↓ 1 callersFunctionfill(
x: u16,
y: u16,
width: u16,
height: u16,
image: &[u8],
target_width: u16,
target
src/comp/image_cache/cache.rs:442