Blit(const Surface &objsrc, Rect *dst=NULL, Rect *src=NULL) | Yukino::Graphics | |
Blit(const Surface &objsrc, int x, int y, Rect *src=NULL) | Yukino::Graphics | |
Blit(SDL_Surface *srfsrc, Rect *dst=NULL, Rect *src=NULL) | Yukino::Graphics | |
Blit(SDL_Surface *srfsrc, int x, int y, Rect *src=NULL) | Yukino::Graphics | |
Blit(const Sprite &objsrc, Rect *dst=NULL) | Yukino::Graphics | |
Blit(const Sprite &objsrc, int x, int y) | Yukino::Graphics | |
Fill(Uint32 color, Rect *rect=NULL) | Yukino::Graphics | |
GetBuffer(void) | Yukino::Graphics | [inline] |
GetInstance(void) | Yukino::Graphics | [static] |
HideCursor(void) | Yukino::Graphics | |
Init(int w, int h, int bpp=32, bool winmode=false) | Yukino::Graphics | |
Paste(Surface &objdst, Rect *dst=NULL, Rect *src=NULL) const | Yukino::Graphics | |
Paste(Surface &objdst, int x, int y, Rect *src=NULL) const | Yukino::Graphics | |
Paste(SDL_Surface *srfdst, Rect *dst=NULL, Rect *src=NULL) const | Yukino::Graphics | |
Paste(SDL_Surface *srfdst, int x, int y, Rect *src=NULL) const | Yukino::Graphics | |
PutText(Font &font, const char *text, dword fc, Rect *dst=NULL) | Yukino::Graphics | |
PutText(Font &font, const char *text, dword fc, int x, int y) | Yukino::Graphics | |
PutUNICODE(Font &font, const word *text, dword fc, Rect *dst=NULL) | Yukino::Graphics | |
PutUNICODE(Font &font, const word *text, dword fc, int x, int y) | Yukino::Graphics | |
Release(void) | Yukino::Graphics | |
SetTitle(const char *title, const char *icon=NULL) | Yukino::Graphics | |
ShowCursor(void) | Yukino::Graphics | |
Update(void) | Yukino::Graphics | |