Searched refs:green1 (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 42 int gd = (int)green1 - (int)green2; 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 289 int gd = (int)green1 - (int)green2; 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 44 int gd = (int)green1 - (int)green2; 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 70 int gd = (int)green1 - (int)green2; in color_distance()
|
/haiku/src/apps/terminal/ |
H A D | XColors.rdef | 190 0x04c65611, 0x0000ff00, // green1
|