Lines Matching +full:6 +full:bg
1072 g >>= 6; in precalculate_color()
1105 r >>= 6; in precalculate_color()
1106 g >>= 6; in precalculate_color()
1107 b >>= 6; in precalculate_color()
1156 buf[0][offset+1] = r_y_h >> 6; in gen_twopix()
1355 buf[0][offset] = (g_u_s << 6) | (b_v << 1) | in gen_twopix()
1371 buf[0][offset] = (g_u_s << 6) | (r_y_h << 1) | in gen_twopix()
1397 buf[0][offset + 2] = r_y_h << 6; in gen_twopix()
1464 buf[0][offset + 1] = odd ? g_u_s >> 6 : b_v >> 6; in gen_twopix()
1466 buf[1][offset + 1] = odd ? r_y_h >> 6 : g_u_s >> 6; in gen_twopix()
1472 buf[0][offset + 1] = odd ? b_v >> 6 : g_u_s >> 6; in gen_twopix()
1474 buf[1][offset + 1] = odd ? g_u_s >> 6 : r_y_h >> 6; in gen_twopix()
1480 buf[0][offset + 1] = odd ? r_y_h >> 6 : g_u_s >> 6; in gen_twopix()
1482 buf[1][offset + 1] = odd ? g_u_s >> 6 : b_v >> 6; in gen_twopix()
1488 buf[0][offset + 1] = odd ? g_u_s >> 6 : r_y_h >> 6; in gen_twopix()
1490 buf[1][offset + 1] = odd ? b_v >> 6 : g_u_s >> 6; in gen_twopix()
1920 PIXTYPE bg; \
1922 memcpy(&bg, tpg->textbg[p], sizeof(PIXTYPE)); \
1935 pos[3] = (chr & (0x01 << 6) ? fg : bg); \
1936 pos[2] = (chr & (0x01 << 4) ? fg : bg); \
1937 pos[1] = (chr & (0x01 << 2) ? fg : bg); \
1938 pos[0] = (chr & (0x01 << 0) ? fg : bg); \
1940 pos[0] = (chr & (0x01 << 7) ? fg : bg); \
1941 pos[1] = (chr & (0x01 << 5) ? fg : bg); \
1942 pos[2] = (chr & (0x01 << 3) ? fg : bg); \
1943 pos[3] = (chr & (0x01 << 1) ? fg : bg); \
1945 pos[7] = (chr & (0x01 << 7) ? fg : bg); \
1946 pos[6] = (chr & (0x01 << 6) ? fg : bg); \
1947 pos[5] = (chr & (0x01 << 5) ? fg : bg); \
1948 pos[4] = (chr & (0x01 << 4) ? fg : bg); \
1949 pos[3] = (chr & (0x01 << 3) ? fg : bg); \
1950 pos[2] = (chr & (0x01 << 2) ? fg : bg); \
1951 pos[1] = (chr & (0x01 << 1) ? fg : bg); \
1952 pos[0] = (chr & (0x01 << 0) ? fg : bg); \
1954 pos[0] = (chr & (0x01 << 7) ? fg : bg); \
1955 pos[1] = (chr & (0x01 << 6) ? fg : bg); \
1956 pos[2] = (chr & (0x01 << 5) ? fg : bg); \
1957 pos[3] = (chr & (0x01 << 4) ? fg : bg); \
1958 pos[4] = (chr & (0x01 << 3) ? fg : bg); \
1959 pos[5] = (chr & (0x01 << 2) ? fg : bg); \
1960 pos[6] = (chr & (0x01 << 1) ? fg : bg); \
1961 pos[7] = (chr & (0x01 << 0) ? fg : bg); \
2039 case 6: in tpg_gen_text()
2424 p[3] = 0x80 | (params->sav_eav_f << 6) | in tpg_fill_plane_extras()
2439 p[3] = 0x80 | (params->sav_eav_f << 6) | in tpg_fill_plane_extras()