HomeSort by relevance Sort by last modified time
    Searched refs:y_charsize (Results 1 - 6 of 6) sorted by null

  /external/u-boot/include/
video_console.h 43 * Drivers must set up @rows, @cols, @x_charsize, @y_charsize in their probe()
52 * @y_charsize: Character height in pixels
68 int y_charsize; member in struct:vidconsole_priv
vbe.h 60 u8 y_charsize; /* 17 */ member in struct:vesa_mode_info
  /external/u-boot/drivers/video/
vidconsole-uclass.c 85 priv->ycur -= priv->y_charsize;
104 priv->ycur += priv->y_charsize;
107 if ((priv->ycur + priv->y_charsize) / priv->y_charsize > priv->rows) {
112 priv->ycur -= rows * priv->y_charsize;
216 priv->ycur = row * priv->y_charsize;
console_normal.c 142 vc_priv->y_charsize = VIDEO_FONT_HEIGHT;
console_rotate.c 409 vc_priv->y_charsize = VIDEO_FONT_HEIGHT;
423 vc_priv->y_charsize = VIDEO_FONT_HEIGHT;
console_truetype.c 403 xend, pos->ypos + vc_priv->y_charsize,
516 vc_priv->y_charsize = priv->font_size;

Completed in 5569 milliseconds