intel-2D: move to sdk/sources
git-svn-id: svn://kolibrios.org@4359 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
22
contrib/sdk/sources/Intel-2D/sna/gen4_source.h
Normal file
22
contrib/sdk/sources/Intel-2D/sna/gen4_source.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef GEN4_SOURCE_H
|
||||
#define GEN4_SOURCE_H
|
||||
|
||||
#include "compiler.h"
|
||||
|
||||
#include "sna.h"
|
||||
#include "sna_render.h"
|
||||
|
||||
bool
|
||||
gen4_channel_init_solid(struct sna *sna,
|
||||
struct sna_composite_channel *channel,
|
||||
uint32_t color);
|
||||
|
||||
bool
|
||||
gen4_channel_init_linear(struct sna *sna,
|
||||
PicturePtr picture,
|
||||
struct sna_composite_channel *channel,
|
||||
int x, int y,
|
||||
int w, int h,
|
||||
int dst_x, int dst_y);
|
||||
|
||||
#endif /* GEN4_SOURCE_H */
|
Reference in New Issue
Block a user