Searched refs:yellow (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/glteapot/
H A Dglob.h12 extern float yellow[3];
H A DObjectView.cpp44 float yellow[3] = {1.0, 1.0, 0.0}; variable
66 {dimWhite, yellow, yellow},
H A DGLObject.cpp34 float *colors[] = {NULL, white, yellow, blue, red, green};
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dcups-calibrate.c62 void send_pass2(FILE *fp, float kd, float rd, float yellow);
63 void send_pass3(FILE *fp, float kd, float rd, float g, float yellow);
88 float cyan, magenta, yellow; local
167 puts("Now select the character that corresponds to the yellow block that is");
175 yellow = get_calibration("Yellow density?", 0.25f, 1.0f);
199 send_pass2(fp, kd, rd, yellow);
228 send_pass3(fp, kd, rd, g, yellow);
249 yellow /= kd;
257 m[2][0] = yellow * (color + green); /* Y + C (green) */
258 m[2][1] = yellow * (colo
529 send_pass2(FILE *fp, float kd, float rd, float yellow) argument
585 send_pass3(FILE *fp, float kd, float rd, float g, float yellow) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dtestdither.c132 unsigned char *yellow, unsigned char *black);
135 unsigned char *yellow, unsigned char *black);
182 yellow[BUFFER_SIZE]; /* Yellow bitmap data */ local
251 stp_dither_add_channel(v, yellow, STP_ECOLOR_Y, 0);
260 stp_dither_add_channel(v, yellow, STP_ECOLOR_Y, 0);
415 write_color(fp, cyan, magenta, yellow, black);
422 write_photo(fp, cyan, lcyan, magenta, lmagenta, yellow, black);
765 unsigned char *yellow,
781 ybyte = *yellow++, kbyte = *black++, bit = 128;
815 ybyte = *yellow
762 write_color(FILE *fp, unsigned char *cyan, unsigned char *magenta, unsigned char *yellow, unsigned char *black) argument
876 write_photo(FILE *fp, unsigned char *cyan, unsigned char *lcyan, unsigned char *magenta, unsigned char *lmagenta, unsigned char *yellow, unsigned char *black) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-pcl.c1434 N_("Adjust the yellow density"),
2141 unsigned char *yellow = stp_dither_get_channel(v, STP_ECOLOR_Y, 0); local
2202 (*(pd->writefunc))(v, yellow + height / 2, height / 2, 0);
2205 (*(pd->writefunc))(v, yellow, height / 2, 0);
2212 (*(pd->writefunc))(v, yellow, height / 2, 1); /* Last plane set on yellow */
2233 (*(pd->writefunc))(v, yellow, height, 0);
2238 (*(pd->writefunc))(v, yellow, height, 1); /* Last plane set on yellow */
2274 *yellow, /* Yello local
[all...]
H A Dprint-lexmark.c342 N_("Adjust the yellow density"),
838 double yellow; member in struct:__anon5149
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp106 const rgb_color yellow = {255, 255, 0}; local
120 view->SetHighColor(lit ? yellow : red);

Completed in 86 milliseconds