Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_truetype.c86 int ypos; member
185 priv->pos[i].ypos -= diff; in console_truetype_move_rows()
237 pos->ypos = vc_priv->ycur; in console_truetype_putc_xy()
398 if (pos->ypos == vc_priv->ycur) in console_truetype_backspace()
403 console_truetype_erase(dev, VID_TO_PIXEL(pos->xpos_frac), pos->ypos, in console_truetype_backspace()
404 xend, pos->ypos + vc_priv->y_charsize, in console_truetype_backspace()
409 vc_priv->ycur = pos->ypos; in console_truetype_backspace()
H A Dstb_truetype.h486 … float *xpos, float *ypos, // pointers to current position in screen pixel space
586 … float *xpos, float *ypos, // pointers to current position in screen pixel space
2560 …_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad… in stbtt_GetBakedQuad() argument
2566 int round_y = STBTT_ifloor((*ypos + b->yoff) + 0.5f); in stbtt_GetBakedQuad()
3010 …packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad… in stbtt_GetPackedQuad() argument
3017 float y = (float) STBTT_ifloor((*ypos + b->yoff) + 0.5f); in stbtt_GetPackedQuad()
3024 q->y0 = *ypos + b->yoff; in stbtt_GetPackedQuad()
3026 q->y1 = *ypos + b->yoff2; in stbtt_GetPackedQuad()