MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / decode_winding_rule

Function decode_winding_rule

canvas/src/decoding.rs:1989–1992  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1987
1988 #[test]
1989 fn decode_winding_rule() {
1990 check_round_trip_single(Draw::WindingRule(WindingRule::NonZero));
1991 check_round_trip_single(Draw::WindingRule(WindingRule::EvenOdd));
1992 }
1993
1994 #[test]
1995 fn decode_draw_sprite() {

Callers 1

decodeMethod · 0.85

Calls 2

check_round_trip_singleFunction · 0.85
WindingRuleEnum · 0.85

Tested by

no test coverage detected