MCPcopy Create free account
hub / github.com/Snapchat/Valdi / draw

Method draw

snap_drawing/src/snap_drawing/cpp/Drawing/BoxShadow.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void BoxShadow::draw(DrawingContext& drawingContext, const BorderRadius& borderRadius) {
42 auto drawBounds = drawingContext.drawBounds().makeOffset(_offset.width, _offset.height);
43
44 drawingContext.drawPaint(_paint, borderRadius, drawBounds, _lazyPath);
45}
46
47} // namespace snap::drawing

Callers

nothing calls this directly

Calls 2

drawPaintMethod · 0.80
makeOffsetMethod · 0.45

Tested by

no test coverage detected