MCPcopy Create free account
hub / github.com/FastLED/FastLED / draw

Method draw

src/fl/video/video_impl.cpp.hpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70bool VideoImpl::full() const { return mFrameInterpolator->getFrames()->full(); }
71
72bool VideoImpl::draw(fl::u32 now, Frame *frame) {
73 return draw(now, frame->rgb());
74}
75
76i32 VideoImpl::durationMicros() const {
77 if (!mStream) {

Callers

nothing calls this directly

Calls 8

drawFunction · 0.85
timeMethod · 0.80
framesRemainingMethod · 0.80
microsecondsPerFrameMethod · 0.80
rgbMethod · 0.45
setSpeedMethod · 0.45
resetMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected