Searched refs:red1 (Results 1 – 5 of 5) sorted by relevance
/haiku/src/build/libbe/interface/ |
H A D | SystemPalette.cpp | 38 color_distance(uint8 red1, uint8 green1, uint8 blue1, in color_distance() argument 41 int rd = (int)red1 - (int)red2; in color_distance() 48 int rmean = ((int)red1 + (int)red2) / 2; in color_distance()
|
H A D | Bitmap.cpp | 284 color_distance(uint8 red1, uint8 green1, uint8 blue1, uint8 red2, uint8 green2, in color_distance() argument 288 int rd = (int)red1 - (int)red2; in color_distance() 294 int rmean = ((int)red1 + (int)red2) / 2; in color_distance()
|
/haiku/src/servers/app/ |
H A D | SystemPalette.cpp | 40 color_distance(uint8 red1, uint8 green1, uint8 blue1, in color_distance() argument 43 int rd = (int)red1 - (int)red2; in color_distance() 50 int rmean = ((int)red1 + (int)red2) / 2; in color_distance()
|
/haiku/src/kits/interface/ |
H A D | ColorConversion.cpp | 65 color_distance(uint8 red1, uint8 green1, uint8 blue1, in color_distance() argument 69 int rd = (int)red1 - (int)red2; in color_distance() 75 int rmean = ((int)red1 + (int)red2) / 2; in color_distance()
|
/haiku/src/apps/terminal/ |
H A D | XColors.rdef | 16 0x00056571, 0x000000ff, // red1
|