FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getBlockInfo()

void fl::RectangularDrawBuffer::getBlockInfo ( uint32_t * num_strips,
uint32_t * bytes_per_strip,
uint32_t * total_bytes ) const

Definition at line 92 of file rectangular_draw_buffer.cpp.

94 {
95 *num_strips = mDrawList.size();
96 *bytes_per_strip = getMaxBytesInStrip();
97 *total_bytes = (*num_strips) * (*bytes_per_strip);
98}

References getMaxBytesInStrip(), and mDrawList.

Referenced by onQueuingDone().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: