Home
last modified time | relevance | path

Searched defs:fromcolor (Results 1 – 9 of 9) sorted by relevance

/dports/www/xist/ll-xist-5.34/src/ll/
H A D_ansistyle.c17 int fromcolor; in _switchcolor() local
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwNws.h244 #define LightColor(intensity,fromcolor,tocolor) \ argument
258 #define DarkColor(intensity,fromcolor,tocolor) \ argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/hwpfilter/source/
H A Ddrawdef.h88 int fromcolor; member
142 int fromcolor; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/hwpfilter/source/
H A Ddrawdef.h88 int fromcolor; member
142 int fromcolor; member
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dgeom.h267 static vec fromcolor(int color) in fromcolor() function
393 static vec4 fromcolor(const vec &v, float trans) { return vec4(v.x, v.y, v.z, trans); } in fromcolor() function
394 static vec4 fromcolor(const vec &v) { return fromcolor(v, 1); } in fromcolor() function
395 …static vec4 fromcolor(int color) { return vec4(((color>>16)&0xFF)/255.f, ((color>>8)&0xFF)/255.f, … in fromcolor() function
1271 …static ivec fromcolor(int color) { return ivec(int((color>>16)&0xFF), int((color>>8)&0xFF), int(co… in fromcolor() function
1443 …static bvec fromcolor(const vec &v) { return bvec(uchar(v.x*255.0f), uchar(v.y*255.0f), uchar(v.z*… in fromcolor() function
1444 …static bvec fromcolor(int color) { return bvec(int((color>>16)&0xFF), int((color>>8)&0xFF), int(co… in fromcolor() function
1534 …static bvec4 fromcolor(const vec &v) { return bvec4(uchar(v.x*255.0f), uchar(v.y*255.0f), uchar(v.… in fromcolor() function
1535 …static bvec4 fromcolor(int color) { return bvec4(uchar((color>>16)&0xFF), uchar((color>>8)&0xFF), … in fromcolor() function
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dgeom.h1187 …static ivec fromcolor(int color) { return ivec(int((color>>16)&0xFF), int((color>>8)&0xFF), int(co… in fromcolor() function
1353 …static bvec fromcolor(const vec &v) { return bvec(uchar(v.r*255.0f), uchar(v.g*255.0f), uchar(v.b*… in fromcolor() function
1354 …static bvec fromcolor(int color) { return bvec(int((color>>16)&0xFF), int((color>>8)&0xFF), int(co… in fromcolor() function
1413 …static bvec4 fromcolor(int color) { return bvec4(uchar((color>>16)&0xFF), uchar((color>>8)&0xFF), … in fromcolor() function
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dgeom.h1338 …static bvec fromcolor(const vec &v) { return bvec(uchar(v.x*255.0f), uchar(v.y*255.0f), uchar(v.z*… in fromcolor() function
/dports/games/tesseract-data/tesseract/src/shared/
H A Dgeom.h1385 …static bvec fromcolor(const vec &v) { return bvec(uchar(v.x*255.0f), uchar(v.y*255.0f), uchar(v.z*… in fromcolor() function
/dports/games/tesseract/tesseract/src/shared/
H A Dgeom.h1385 …static bvec fromcolor(const vec &v) { return bvec(uchar(v.x*255.0f), uchar(v.y*255.0f), uchar(v.z*… in fromcolor() function