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

#include <buffered_drawing.h>

Public Member Functions

 ClippingBufferedRectFiller (DisplayOutput &device, Color color, Box clip_box, 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)
 
void flush ()
 
const Boxclip_box () const
 

Detailed Description

Definition at line 594 of file buffered_drawing.h.

Constructor & Destructor Documentation

◆ ClippingBufferedRectFiller()

roo_display::ClippingBufferedRectFiller::ClippingBufferedRectFiller ( DisplayOutput device,
Color  color,
Box  clip_box,
BlendingMode  blending_mode 
)
inline

Definition at line 596 of file buffered_drawing.h.

References color.

Member Function Documentation

◆ clip_box()

const Box & roo_display::ClippingBufferedRectFiller::clip_box ( ) const
inline

Definition at line 626 of file buffered_drawing.h.

◆ fillHLine()

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

Definition at line 602 of file buffered_drawing.h.

References fillRect().

◆ fillPixel()

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

Definition at line 600 of file buffered_drawing.h.

References fillRect().

◆ fillRect()

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

◆ fillVLine()

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

Definition at line 606 of file buffered_drawing.h.

References fillRect().

◆ flush()

void roo_display::ClippingBufferedRectFiller::flush ( )
inline

Definition at line 624 of file buffered_drawing.h.

References roo_display::BufferedRectFiller::flush().


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