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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbicons.c111 static int16_t fb_oxel_bytes = 1; variable
115 static int16_t fb_oxel_bytes = 2; variable
173 fb_oxel_bytes = fb_table[fb_index].oxel_bytes;
300 x * FONT_WIDTH * fb_oxel_bytes];
320 bicons_width * fb_oxel_bytes * FONT_WIDTH);
337 memcpy(to, from, bicons_width * fb_oxel_bytes);
345 memcpy(to, from, bicons_xpixel * fb_oxel_bytes / 8);

Completed in 48 milliseconds