roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::BufferedRectFiller Class Reference

#include <buffered_drawing.h>

Public Member Functions

 BufferedRectFiller (DisplayOutput &device, Color color, BlendingMode blending_mode)
 
void fillPixel (int16_t x, int16_t y)
 
void fillHLine (int16_t x0, int16_t y0, int16_t x1)
 
void fillVLine (int16_t x0, int16_t y0, int16_t y1)
 
void fillRect (int16_t x0, int16_t y0, int16_t x1, int16_t y1)
 
 ~BufferedRectFiller ()
 
void flush ()
 

Detailed Description

Definition at line 546 of file buffered_drawing.h.

Constructor & Destructor Documentation

◆ BufferedRectFiller()

roo_display::BufferedRectFiller::BufferedRectFiller ( DisplayOutput device,
Color  color,
BlendingMode  blending_mode 
)
inline

Definition at line 548 of file buffered_drawing.h.

References color.

◆ ~BufferedRectFiller()

roo_display::BufferedRectFiller::~BufferedRectFiller ( )
inline

Definition at line 574 of file buffered_drawing.h.

References flush().

Member Function Documentation

◆ fillHLine()

void roo_display::BufferedRectFiller::fillHLine ( int16_t  x0,
int16_t  y0,
int16_t  x1 
)
inline

Definition at line 557 of file buffered_drawing.h.

References fillRect().

◆ fillPixel()

void roo_display::BufferedRectFiller::fillPixel ( int16_t  x,
int16_t  y 
)
inline

Definition at line 555 of file buffered_drawing.h.

References fillRect().

◆ fillRect()

void roo_display::BufferedRectFiller::fillRect ( int16_t  x0,
int16_t  y0,
int16_t  x1,
int16_t  y1 
)
inline

◆ fillVLine()

void roo_display::BufferedRectFiller::fillVLine ( int16_t  x0,
int16_t  y0,
int16_t  y1 
)
inline

Definition at line 561 of file buffered_drawing.h.

References fillRect().

◆ flush()

void roo_display::BufferedRectFiller::flush ( )
inline

The documentation for this class was generated from the following file: