Home
last modified time | relevance | path

Searched defs:readpixel (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/grx/grx249/src/fdrivers/
H A Dega4.c56 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dherc1.c50 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dram3x8.c35 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dbanked32.h33 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dram1.c33 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dram4.c32 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dsvga24.c46 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Ddriver24.h70 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dsvga16.c38 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dsvga8.c36 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Ddriver16.h74 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Ddriver8.h77 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Ddriver32.h83 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dfd_xwin.c140 GrColor readpixel(GrFrame *c, int x, int y) in readpixel() function
H A Degavga1.c84 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dsvga4.c97 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
H A Dvga8x.c64 GrColor readpixel(GrFrame *c,int x,int y) in readpixel() function
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dpragmas.h256 static FORCE_INLINE CONSTEXPR char readpixel(void *s) { return *(char *)s; } in readpixel() function
/dports/graphics/xpx/xpx/
H A Dmagtoppm.c198 int readpixel(fp, px) in readpixel() function
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmain.cpp894 void readpixel(char *act) function
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dmain.cpp888 void readpixel(char *act) function
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dpragmas.h898 #define readpixel(D) \ macro
3167 static __inline char readpixel(void *d) in readpixel() function
3663 static inline int8_t readpixel(void* s) { return (*((int8_t*)(s))); } in readpixel() function
/dports/graphics/grx/grx249/include/
H A Dgrx20.h357 GrColor (*readpixel)(GrFrame *c,int x,int y); member