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

Method draw_tri_filled

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

Source from the content-addressed store, hash-verified

499 }
500
501 fn draw_tri_filled(
502 &mut self,
503 x1y1: PixelsXY,
504 x2y2: PixelsXY,
505 x3y3: PixelsXY,
506 ) -> io::Result<()> {
507 self.without_sync(|self2| drawing::draw_tri_filled(self2, x1y1, x2y2, x3y3))
508 }
509}

Callers 3

execMethod · 0.45

Calls 2

draw_tri_filledFunction · 0.85
without_syncMethod · 0.80

Tested by 2