xine-lib 1.2.11
|
#include "drawmethods.h"
Macros | |
#define | DRAWMETHOD_PLUS(_out, _backbuf, _col) |
#define | DRAWMETHOD DRAWMETHOD_PLUS(*p,*p,col) |
Functions | |
void | draw_line (Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny) |
#define DRAWMETHOD DRAWMETHOD_PLUS(*p,*p,col) |
#define DRAWMETHOD_PLUS | ( | _out, | |
_backbuf, | |||
_col | |||
) |
void draw_line | ( | Pixel * | data, |
int | x1, | ||
int | y1, | ||
int | x2, | ||
int | y2, | ||
int | col, | ||
int | screenx, | ||
int | screeny | ||
) |
References DRAWMETHOD.
Referenced by setOptimizedMethods().