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

◆ xy_line_by_line()

FASTLED_FORCE_INLINE u16 fl::xy_line_by_line ( u16 x,
u16 y,
u16 width,
u16 height )

Definition at line 29 of file xymap.h.

30 {
31 (void)height;
32 return y * width + x;
33}
int y
Definition simple.h:93
int x
Definition simple.h:92

References FASTLED_FORCE_INLINE, x, and y.

Referenced by fl::XYMap::mapToIndex().

+ Here is the caller graph for this function: