MCPcopy Index your code
hub / github.com/endbasic/endbasic / draw_tri

Method draw_tri

std/src/gfx/lcd/buffered/mod.rs:497–499  ·  view source on GitHub ↗
(&mut self, x1y1: PixelsXY, x2y2: PixelsXY, x3y3: PixelsXY)

Source from the content-addressed store, hash-verified

495 }
496
497 fn draw_tri(&mut self, x1y1: PixelsXY, x2y2: PixelsXY, x3y3: PixelsXY) -> io::Result<()> {
498 self.without_sync(|self2| drawing::draw_tri(self2, x1y1, x2y2, x3y3))
499 }
500
501 fn draw_tri_filled(
502 &mut self,

Callers 2

execMethod · 0.45
test_draw_tri_no_syncFunction · 0.45

Calls 2

draw_triFunction · 0.85
without_syncMethod · 0.80

Tested by 1

test_draw_tri_no_syncFunction · 0.36