Lines Matching refs:ls
248 u_char ls = 2;
256 scan->Red.pcw[0].Colors[0] = _HILO2WORD(scan->Red.pcw[0].HiLo[0]) >> ls;
257 scan->Green.pcw[0].Colors[0] = _HILO2WORD(scan->Green.pcw[0].HiLo[0]) >> ls;
258 scan->Blue.pcw[0].Colors[0] = _HILO2WORD(scan->Blue.pcw[0].HiLo[0]) >> ls;
262 scan->Red.pcw[dw + 1].Colors[0] = _HILO2WORD(scan->Red.pcw[dw + 1].HiLo[0]) >> ls;
263 scan->Green.pcw[dw + 1].Colors[0] = _HILO2WORD(scan->Green.pcw[dw + 1].HiLo[0]) >> ls;
264 scan->Blue.pcw[dw + 1].Colors[0] = _HILO2WORD(scan->Blue.pcw[dw + 1].HiLo[0]) >> ls;
273 scan->Red.pcw[dw].Colors[0] = _HILO2WORD(scan->Red.pcw[dw].HiLo[0]) << ls;
274 scan->Green.pcw[dw].Colors[0] = _HILO2WORD(scan->Green.pcw[dw].HiLo[0]) << ls;
275 scan->Blue.pcw[dw].Colors[0] = _HILO2WORD(scan->Blue.pcw[dw].HiLo[0]) << ls;
278 scan->Red.pcw[dw].Colors[0] = _HILO2WORD(scan->Red.pcw[dw].HiLo[0]) << ls;
279 scan->Green.pcw[dw].Colors[0] = _HILO2WORD(scan->Green.pcw[dw].HiLo[0]) << ls;
280 scan->Blue.pcw[dw].Colors[0] = _HILO2WORD(scan->Blue.pcw[dw].HiLo[0]) << ls;
397 u_char ls;
413 ls = Shift;
415 ls = 0;
421 _HILO2WORD(scan->Red.pcw[dw].HiLo[0]) >> ls;
423 _HILO2WORD(scan->Green.pcw[dw].HiLo[0]) >> ls;
425 _HILO2WORD(scan->Blue.pcw[dw].HiLo[0]) >> ls;
427 scan->UserBuf.pw_rgb[pixels].Red = scan->Red.pw[dw] >> ls;
428 scan->UserBuf.pw_rgb[pixels].Green= scan->Green.pw[dw] >> ls;
429 scan->UserBuf.pw_rgb[pixels].Blue = scan->Blue.pw[dw] >> ls;
439 u_char ls;
456 ls = Shift;
458 ls = 0;
464 scan->UserBuf.pw_rgb[pixels].Red = _HILO2WORD(tmp) >> ls;
467 scan->UserBuf.pw_rgb[pixels].Green = _HILO2WORD(tmp) >> ls;
470 scan->UserBuf.pw_rgb[pixels].Blue = _HILO2WORD(tmp) >> ls;
474 scan->UserBuf.pw_rgb[pixels].Red = scan->Red.pw[dw] >> ls;
475 scan->UserBuf.pw_rgb[pixels].Green = scan->Green.pw[dw] >> ls;
476 scan->UserBuf.pw_rgb[pixels].Blue = scan->Blue.pw[dw] >> ls;
594 u_char ls;
609 ls = Shift;
611 ls = 0;
619 _HILO2WORD(scan->Red.pcw[dw].HiLo[0]) >> ls;
622 scan->UserBuf.pw[pixels] = scan->Red.pw[dw] >> ls;
629 _HILO2WORD(scan->Green.pcw[dw].HiLo[0]) >> ls;
632 scan->UserBuf.pw[pixels] = scan->Green.pw[dw] >> ls;
639 _HILO2WORD(scan->Blue.pcw[dw].HiLo[0]) >> ls;
642 scan->UserBuf.pw[pixels] = scan->Blue.pw[dw] >> ls;
653 u_char ls;
669 ls = Shift;
671 ls = 0;
678 scan->UserBuf.pw[pixels] = _HILO2WORD(tmp) >> ls;
682 scan->UserBuf.pw[pixels] = scan->Red.pw[dw] >> ls;
690 scan->UserBuf.pw[pixels] = _HILO2WORD(tmp) >> ls;
694 scan->UserBuf.pw[pixels] = scan->Green.pw[dw] >> ls;
702 scan->UserBuf.pw[pixels] = _HILO2WORD(tmp) >> ls;
706 scan->UserBuf.pw[pixels] = scan->Blue.pw[dw] >> ls;
741 u_char ls;
759 ls = Shift;
761 ls = 0;
766 *dest = (_PHILO2WORD(pwm)) >> ls;
768 *dest = (_PLOHI2WORD(pwm)) >> ls;
993 u_char ls;
1014 ls = Shift;
1016 ls = 0;
1028 _HILO2WORD(scan->Red.pcw[bitsput].HiLo[0]) >> ls;
1030 scan->UserBuf.pw[pixels] = scan->Red.pw[bitsput] >> ls;
1047 _HILO2WORD(scan->Green.pcw[bitsput].HiLo[0]) >> ls;
1049 scan->UserBuf.pw[pixels] = scan->Green.pw[bitsput] >> ls;
1066 _HILO2WORD(scan->Blue.pcw[bitsput].HiLo[0]) >> ls;
1068 scan->UserBuf.pw[pixels] = scan->Blue.pw[bitsput] >> ls;
1083 u_char ls;
1105 ls = Shift;
1107 ls = 0;
1119 scan->UserBuf.pw[pixels] = _HILO2WORD(tmp) >> ls;
1121 scan->UserBuf.pw[pixels] = scan->Red.pw[dw] >> ls;
1138 scan->UserBuf.pw[pixels] = _HILO2WORD(tmp) >> ls;
1140 scan->UserBuf.pw[pixels] = scan->Green.pw[bitsput] >> ls;
1157 scan->UserBuf.pw[pixels] = _HILO2WORD(tmp) >> ls;
1159 scan->UserBuf.pw[pixels] = scan->Blue.pw[bitsput] >> ls;
1250 u_char ls;
1271 ls = Shift;
1273 ls = 0;
1284 _HILO2WORD(scan->Red.pcw[bitsput].HiLo[0]) >> ls;
1287 _HILO2WORD(scan->Green.pcw[bitsput].HiLo[0]) >> ls;
1290 _HILO2WORD(scan->Blue.pcw[bitsput].HiLo[0]) >> ls;
1294 scan->UserBuf.pw_rgb[pixels].Red = scan->Red.pw[bitsput]>>ls;
1295 scan->UserBuf.pw_rgb[pixels].Green = scan->Green.pw[bitsput] >> ls;
1296 scan->UserBuf.pw_rgb[pixels].Blue = scan->Blue.pw[bitsput] >> ls;
1309 u_char ls;
1331 ls = Shift;
1333 ls = 0;
1344 scan->UserBuf.pw_rgb[pixels].Red = _HILO2WORD(tmp) >> ls;
1347 scan->UserBuf.pw_rgb[pixels].Green = _HILO2WORD(tmp) >> ls;
1350 scan->UserBuf.pw_rgb[pixels].Blue = _HILO2WORD(tmp) >> ls;
1354 scan->UserBuf.pw_rgb[pixels].Red = scan->Red.pw[bitsput] >> ls;
1355 scan->UserBuf.pw_rgb[pixels].Green = scan->Green.pw[bitsput] >> ls;
1356 scan->UserBuf.pw_rgb[pixels].Blue = scan->Blue.pw[bitsput] >> ls;
1606 u_char ls;
1631 ls = Shift;
1633 ls = 0;
1642 *dest = _PHILO2WORD(pwm) >> ls;
1644 *dest = _PLOHI2WORD(pwm) >> ls;