xine-lib 1.2.13-20230125hg15249
|
#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) |
Referenced by draw_line().
#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().