Home
last modified time | relevance | path

Searched refs:cheight (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics.c41 int cheight; member
73 *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()
H A Dfont_10x18.h5 unsigned cheight; member
11 .cheight = 18,
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-video.c273 u8 cheight = height >> 2; in em28xx_capture_area_set() local
280 ((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()