Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h267 glTexCoord2f(q.s0,q.t1); glVertex2f(q.x0,q.y0);
268 glTexCoord2f(q.s1,q.t1); glVertex2f(q.x1,q.y0);
346 int advance,lsb,x0,y0,x1,y1;
349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1);
350 …stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79,…
464 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member
480 float x0,y0,s0,t0; // top-left member
510 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member
692 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int …
703 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in…
[all …]
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dptrace.h76 unsigned long y0; member