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

#include <offscreen.h>

Public Member Functions

 Orienter (int16_t raster_width, int16_t raster_height, Orientation orientation=Orientation::Default())
 
Orientation orientation () const
 
void setOrientation (Orientation orientation)
 
void orientPixels (int16_t *&x, int16_t *&y, int16_t count)
 
void orientRects (int16_t *&x0, int16_t *&y0, int16_t *&x1, int16_t *&y1, int16_t count)
 
void orientRect (int16_t &x0, int16_t &y0, int16_t &x1, int16_t &y1)
 

Detailed Description

Definition at line 28 of file offscreen.h.

Constructor & Destructor Documentation

◆ Orienter()

roo_display::internal::Orienter::Orienter ( int16_t  raster_width,
int16_t  raster_height,
Orientation  orientation = Orientation::Default() 
)
inline

Definition at line 30 of file offscreen.h.

Member Function Documentation

◆ orientation()

Orientation roo_display::internal::Orienter::orientation ( ) const
inline

Definition at line 36 of file offscreen.h.

Referenced by setOrientation().

◆ orientPixels()

void roo_display::internal::Orienter::orientPixels ( int16_t *&  x,
int16_t *&  y,
int16_t  count 
)
inline

◆ orientRect()

void roo_display::internal::Orienter::orientRect ( int16_t x0,
int16_t y0,
int16_t x1,
int16_t y1 
)
inline

◆ orientRects()

void roo_display::internal::Orienter::orientRects ( int16_t *&  x0,
int16_t *&  y0,
int16_t *&  x1,
int16_t *&  y1,
int16_t  count 
)
inline

◆ setOrientation()

void roo_display::internal::Orienter::setOrientation ( Orientation  orientation)
inline

Definition at line 38 of file offscreen.h.

References orientation().


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