Home
last modified time | relevance | path

Searched refs:GET_BLUE (Results 1 – 15 of 15) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dcolor.c48 fgRgb[2] = GET_BLUE (fg); in CchToPpm()
52 bgRgb[2] = GET_BLUE (bg); in CchToPpm()
56 addRgb[2] = GET_BLUE (add); in CchToPpm()
129 cBlue[i] = GET_BLUE (color[i]); in EpmToPpm()
176 GET_BLUE (color) << 3); in ColorToString()
210 b = GET_BLUE (color); in LighterColor()
230 b = GET_BLUE (color); in DarkerColor()
H A Dw32_color.h33 #define COLOR_TO_COLORREF(c) (RGB (255*GET_RED(c)/31, 255*GET_GREEN(c)/31, 255*GET_BLUE(c)/31) )
H A Dcolor.h40 #define GET_BLUE(c) ( (c) & 0x001F) macro
H A Dmi_color.c94 color->pRgb->blue = GET_BLUE (color->current); in MenuColorSelect()
H A Dmenu_player.c227 rgb.blue = GET_BLUE (color); in CheckColorName()
H A Dini_file.c761 GET_BLUE (color) << 3); in DB_CreateEntryColor()
/dports/graphics/libpcd/libpcd-1.0.1/
H A Dyuv2rgb.c104 #define GET_BLUE (LUT_range[RANGE + gray + \ macro
202 dest[2] = GET_BLUE; in pcd_get_image_line_0()
213 dest[0] = GET_BLUE; in pcd_get_image_line_0()
230 lr[GET_RED] | lg[GET_GREEN] | lb[GET_BLUE]; in pcd_get_image_line_0()
245 lr[GET_RED] | lg[GET_GREEN] | lb[GET_BLUE]; in pcd_get_image_line_0()
364 dest[2] = GET_BLUE; in pcd_get_image_line_90()
374 dest[0] = GET_BLUE; in pcd_get_image_line_90()
390 lr[GET_RED] | lg[GET_GREEN] | lb[GET_BLUE]; in pcd_get_image_line_90()
404 lr[GET_RED] | lg[GET_GREEN] | lb[GET_BLUE]; in pcd_get_image_line_90()
/dports/games/xrally/xrally/
H A Dai.c71 ai->order[a] = GET_BLUE; in orderAI()
86 case GET_BLUE: in moveAI()
H A Dai.h35 #define GET_BLUE 1 macro
/dports/graphics/krita/krita-4.4.8/plugins/impex/xcf/
H A Dkis_xcf_import.cpp53 #define GET_BLUE(x) (x >> BLUE_SHIFT) macro
263 KoBgrTraits<quint8>::setBlue(it->rawData(), GET_BLUE(*data)); in convert()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp52 #define GET_BLUE(col) (col >> 16) & 0xFF macro
61 ( (GET_BLUE(col1) ) > (GET_BLUE(col2) ) + MIN_COLOR_DIFF ) \
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp52 #define GET_BLUE(col) (col >> 16) & 0xFF macro
61 ( (GET_BLUE(col1) ) > (GET_BLUE(col2) ) + MIN_COLOR_DIFF ) \
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp52 #define GET_BLUE(col) (col >> 16) & 0xFF macro
61 ( (GET_BLUE(col1) ) > (GET_BLUE(col2) ) + MIN_COLOR_DIFF ) \
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp52 #define GET_BLUE(col) (col >> 16) & 0xFF macro
61 ( (GET_BLUE(col1) ) > (GET_BLUE(col2) ) + MIN_COLOR_DIFF ) \
/dports/games/ivan/ivan-059/Doc/Obsolete/ChangeLogs/
H A DChangeLog.0401305 * GET_RED -> GetRed, GET_GREEN -> GetGreen, GET_BLUE -> GetBlue