#include <fack.hpp>
Public Member Functions | |
cfsurf (int apparent_wt_, int apparent_ht_, int real_wt_, int real_ht_, int offset_x_, int offset_y_) | |
cfsurf () | |
cfsurf (const cfsurf &l) | |
void | set_pixel (int x, int y, rgbaf pix) |
rgbaf | get_pixel (int x, int y) const |
void | opaque_blit_to_sdl_surface (SDL_Surface *screen, SDL_Rect src_rect_to_blit) const |
void | blit_with_src_alpha (cfsurf &dest) const |
Static Public Member Functions | |
static pt< cfsurf > | from_sdl_surface (SDL_Surface *s) |
Public Attributes | |
int | offs_x |
int | offs_y |
int | apparent_wt |
int | apparent_ht |
int | real_wt |
int | real_ht |
vector< rgbaf > | pixels |
Definition at line 388 of file fack.hpp.
|
Definition at line 33 of file fack.cc. References apparent_ht, apparent_wt, offs_x, offs_y, pixels, real_ht, and real_wt. |
|
Definition at line 397 of file fack.hpp. Referenced by from_sdl_surface(). |
|
Definition at line 399 of file fack.hpp. References apparent_ht, apparent_wt, offs_x, offs_y, pixels, real_ht, and real_wt. |
|
Definition at line 274 of file time-critical-procs.cc. References apparent_ht, apparent_wt, get_pixel(), offs_x, offs_y, real_ht, real_wt, and write_pixel_with_src_alpha(). |
|
Definition at line 191 of file fack.cc. References apparent_ht, apparent_wt, cfsurf(), NEW, offs_x, offs_y, real_ht, real_wt, and rgbaf_of_rgbai(). Referenced by my_game::my_game(). |
|
Definition at line 2725 of file fack.hpp. References apparent_ht, apparent_wt, offs_x, offs_y, pixels, real_ht, and real_wt. Referenced by blit_with_src_alpha(), and opaque_blit_to_sdl_surface(). |
|
Definition at line 361 of file time-critical-procs.cc. References rgbaf::b, rgbaf::g, get_pixel(), and rgbaf::r. |
|
|
|
Definition at line 390 of file fack.hpp. Referenced by blit_with_src_alpha(), cfsurf(), from_sdl_surface(), and get_pixel(). |
|
Definition at line 390 of file fack.hpp. Referenced by blit_with_src_alpha(), cfsurf(), from_sdl_surface(), and get_pixel(). |
|
Definition at line 389 of file fack.hpp. Referenced by blit_with_src_alpha(), cfsurf(), from_sdl_surface(), get_pixel(), and set_pixel(). |
|
Definition at line 389 of file fack.hpp. Referenced by blit_with_src_alpha(), cfsurf(), from_sdl_surface(), get_pixel(), and set_pixel(). |
|
Definition at line 392 of file fack.hpp. Referenced by cfsurf(), get_pixel(), and set_pixel(). |
|
Definition at line 391 of file fack.hpp. Referenced by blit_with_src_alpha(), cfsurf(), from_sdl_surface(), get_pixel(), and set_pixel(). |
|
Definition at line 391 of file fack.hpp. Referenced by blit_with_src_alpha(), cfsurf(), from_sdl_surface(), get_pixel(), and set_pixel(). |