Searched refs:cheight (Results 1 – 3 of 3) sorted by relevance
41 int cheight; member73 *y = gr_font->cheight; in gr_font_size()117 bold = bold && (font->texture->height != font->cheight); in gr_text()124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break; in gr_text()128 (bold ? font->cheight * font->texture->row_bytes : 0); in gr_text()133 font->cwidth, font->cheight); in gr_text()278 gr_font->cheight = gr_font->texture->height / 2; in gr_init_font()300 gr_font->cheight = font.cheight; in gr_init_font()
5 unsigned cheight; member11 .cheight = 18,
273 u8 cheight = height >> 2; in em28xx_capture_area_set() local280 ((overflow & 1) << 10 | cheight << 2)); in em28xx_capture_area_set()285 em28xx_write_regs(dev, EM28XX_R1F_CHEIGHT, &cheight, 1); in em28xx_capture_area_set()