Home
last modified time | relevance | path

Searched refs:TK_IS_RGB (Results 1 – 7 of 7) sorted by relevance

/dports/games/battalion/battalion1.4b/
H A Dtk.h68 #define TK_IS_RGB(x) (((x) & TK_INDEX) == 0) macro
187 #define TK_SETCOLOR(x, y) (TK_IS_RGB((x)) ? \
H A Dtk.c462 if (TK_IS_RGB(type)) in FindVisual()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux_mingw/src/
H A Dtk.h73 #define TK_IS_RGB(x) (((x) & TK_INDEX) == 0) macro
188 #define TK_SETCOLOR(x, y) (TK_IS_RGB((x)) ? \
H A Dtk.c2171 if ( ( pfd.iPixelType == PFD_TYPE_COLORINDEX ) && ( TK_IS_RGB(type) ) ) in FindExactPixelFormat()
2181 if ( TK_IS_RGB(type) ) in FindExactPixelFormat()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/tk/
H A Dtk.h82 #define TK_IS_RGB(x) (((x) & TK_INDEX) == 0) macro
213 #define TK_SETCOLOR(x, y) (TK_IS_RGB((x)) ? \
H A Dwindow.c255 if (TK_IS_RGB(type)) { in FindMainVisual()
413 if (TK_IS_RGB(w.type)) { in tkInitWindow()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/include/
H A Dgltk.h82 #define TK_IS_RGB(x) (((x) & TK_INDEX) == 0) macro
213 #define TK_SETCOLOR(x, y) (TK_IS_RGB((x)) ? \