Searched refs:blue2 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/build/libbe/interface/
H A DSystemPalette.cpp34 \param blue2 Blue component of the second color.
39 uint8 red2, uint8 green2, uint8 blue2)
43 int bd = (int)blue1 - (int)blue2;
38 color_distance(uint8 red1, uint8 green1, uint8 blue1, uint8 red2, uint8 green2, uint8 blue2) argument
H A DBitmap.cpp280 \param blue2 Blue component of the second color.
285 uint8 blue2)
290 int bd = (int)blue1 - (int)blue2;
284 color_distance(uint8 red1, uint8 green1, uint8 blue1, uint8 red2, uint8 green2, uint8 blue2) argument
/haiku/src/servers/app/
H A DSystemPalette.cpp36 \param blue2 Blue component of the second color.
41 uint8 red2, uint8 green2, uint8 blue2)
45 int bd = (int)blue1 - (int)blue2;
40 color_distance(uint8 red1, uint8 green1, uint8 blue1, uint8 red2, uint8 green2, uint8 blue2) argument
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp134 rgb_color blue2 = {146,146,214}; local
162 BPoint(counterX+halfwidth+4,SLIDER_BASE-9), blue2);
164 BPoint(counterX-halfwidth-4,SLIDER_BASE-9), blue2);
166 BPoint(counterX+halfwidth+3,SLIDER_BASE-9), blue2);
/haiku/src/kits/interface/
H A DColorConversion.cpp60 \param blue2 Blue component of the second color.
66 uint8 red2, uint8 green2, uint8 blue2)
71 int bd = (int)blue1 - (int)blue2;
65 color_distance(uint8 red1, uint8 green1, uint8 blue1, uint8 red2, uint8 green2, uint8 blue2) argument

Completed in 67 milliseconds