Lines Matching +full:5 +full:bg
1132 /* 'odd' is true for pixels 1, 3, 5, etc. and false for pixels 0, 2, 4, etc. */
1300 buf[0][offset] = (r_y_h << 5) | (g_u_s << 2) | b_v; in gen_twopix()
1304 buf[0][offset] = (g_u_s << 5) | b_v; in gen_twopix()
1309 buf[0][offset + 1] = (g_u_s << 5) | b_v; in gen_twopix()
1347 buf[0][offset] = (g_u_s << 5) | b_v; in gen_twopix()
1363 buf[0][offset] = (g_u_s << 5) | r_y_h; in gen_twopix()
1381 buf[0][offset + 1] = (g_u_s << 5) | b_v; in gen_twopix()
1716 sq_w = (w * 2 / 5) & ~1; in tpg_calculate_square_border()
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); \
2425 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2440 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()