Home
last modified time | relevance | path

Searched refs:GetAllocatedPixel (Results 1 – 4 of 4) sorted by relevance

/dports/games/flying/flying-6.20/
H A Dgraph.h42 unsigned long GetAllocatedPixel( const char *name );
43 unsigned long GetAllocatedPixel( ColorId id, int x=0, int y=0 );
H A Dgraph.C72 unsigned long GetAllocatedPixel( const char *colorname ) { in GetAllocatedPixel() function
83 unsigned long GetAllocatedPixel( ColorId col, int x, int y ) { in GetAllocatedPixel() function
H A Dgame.C114 setfillstyle(SOLID_FILL,(int)GetAllocatedPixel("black")); in DrawBackground()
H A Dxgraph.C335 unsigned long erg=GetAllocatedPixel( "black" ); in GetBlackPixel()
502 white_pix = GetAllocatedPixel( "ivory" ); in AllocColors()