#include <graphics.h>
|
| | DrawTask (const RvPtr &pRV_, uint32_t texW_, uint32_t texH_, int dx_, int dy_, bool lrInv_, bool udInv_, int sx_, int sy_, int sw_, int sh_, int cx_, int cy_, float scaleX_, float scaleY_, float angle_, uint32_t fontColor_, float alpha_) |
| |
| | DrawTask (const DrawTask &)=default |
| |
| DrawTask & | operator= (const DrawTask &)=default |
| |
| | ~DrawTask ()=default |
| |
Definition at line 39 of file graphics.h.
| yappy::graphics::DrawTask::DrawTask |
( |
const RvPtr & |
pRV_, |
|
|
uint32_t |
texW_, |
|
|
uint32_t |
texH_, |
|
|
int |
dx_, |
|
|
int |
dy_, |
|
|
bool |
lrInv_, |
|
|
bool |
udInv_, |
|
|
int |
sx_, |
|
|
int |
sy_, |
|
|
int |
sw_, |
|
|
int |
sh_, |
|
|
int |
cx_, |
|
|
int |
cy_, |
|
|
float |
scaleX_, |
|
|
float |
scaleY_, |
|
|
float |
angle_, |
|
|
uint32_t |
fontColor_, |
|
|
float |
alpha_ |
|
) |
| |
|
inline |
| yappy::graphics::DrawTask::DrawTask |
( |
const DrawTask & |
| ) |
|
|
default |
| yappy::graphics::DrawTask::~DrawTask |
( |
| ) |
|
|
default |
| float yappy::graphics::DrawTask::alpha |
| float yappy::graphics::DrawTask::angle |
| int yappy::graphics::DrawTask::cx |
| int yappy::graphics::DrawTask::cy |
| int yappy::graphics::DrawTask::dx |
| int yappy::graphics::DrawTask::dy |
| uint32_t yappy::graphics::DrawTask::fontColor |
| bool yappy::graphics::DrawTask::lrInv |
| const RvPtr& yappy::graphics::DrawTask::pRV |
| float yappy::graphics::DrawTask::scaleX |
| float yappy::graphics::DrawTask::scaleY |
| int yappy::graphics::DrawTask::sh |
| int yappy::graphics::DrawTask::sw |
| int yappy::graphics::DrawTask::sx |
| int yappy::graphics::DrawTask::sy |
| uint32_t yappy::graphics::DrawTask::texH |
| uint32_t yappy::graphics::DrawTask::texW |
| bool yappy::graphics::DrawTask::udInv |
The documentation for this struct was generated from the following file: