Searched refs:bit_ofs (Results 1 – 2 of 2) sorted by relevance
247 uint32_t bit_ofs = (row_start * width_bit) + (col_start * bpp); in draw_letter_normal() local248 map_p += bit_ofs >> 3; in draw_letter_normal()252 col_bit = bit_ofs & 0x7; /*"& 0x7" equals to "% 8" just faster*/ in draw_letter_normal()399 int32_t bit_ofs = (row_start * width_bit) + (col_start * bpp); in draw_letter_subpx() local400 map_p += bit_ofs >> 3; in draw_letter_subpx()405 col_bit = bit_ofs & 0x7; /*"& 0x7" equals to "% 8" just faster*/ in draw_letter_subpx()
126 uint32_t bit_ofs = (row_start * width_bit) + (col_start * bpp); in draw_letter_normal() local127 map_p += bit_ofs >> 3; in draw_letter_normal()131 col_bit = bit_ofs & 0x7; /*"& 0x7" equals to "% 8" just faster*/ in draw_letter_normal()