Searched refs:pixpos (Results 1 – 1 of 1) sorted by relevance
83 unsigned int pixpos = x % block_width; /* within byte from the left */ in gud_xrgb8888_to_r124() local84 unsigned int pixshift = (block_width - pixpos - 1) * bits_per_pixel; in gud_xrgb8888_to_r124()86 if (!pixpos) { in gud_xrgb8888_to_r124()123 unsigned int pixpos = x % block_width; /* within byte from the left */ in gud_xrgb8888_to_color() local124 unsigned int pixshift = (block_width - pixpos - 1) * bits_per_pixel; in gud_xrgb8888_to_color()126 if (!pixpos) { in gud_xrgb8888_to_color()