Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h313 glVertex2f(q.x0, q.y0);
315 glVertex2f(q.x1, q.y0);
395 int advance, lsb, x0, y0, x1, y1;
398 …stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale, scale, x_shift, 0, &x0, &y0, &x1, &y1);
399 …btt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int)xpos + x0], x1 - x0, y1 - y0, 7…
569 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member
574 float x0, y0, s0, t0; // top-left member
602 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member
818 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, …
830 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,…
[all …]