115 bool is_dbl_mode ()
const {
return dbl_mode; }
117 void set_dbl_mode (
bool mode) {
dbl_mode = mode; }
163 surface * target = NULL)
const;
176 draw (x, y, sx, sy, sl, sh, da_opt, target);
219 fillrect (x, y, l, h, SDL_MapRGB (
vis->format, r, g, b), da_opt);
231 fillrect (x, y, l, h, r, g, b, da_opt);
296 put_pix (x, y, SDL_MapRGB (
vis->format, r, g, b));
341 SDL_GetRGB (col,
vis->format, &r, &g, &b);
409 void double_size(
const surface & src);
410 void half_size(
const surface & src);
427 static SDL_Rect srcrect, dstrect;
442 setup_rects (x, y, 0, 0,
length (),
height (), draw_to);