Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h569 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
1835 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, i…
1852 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,…
2537 static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, …
2913 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, …
2984 int x0 = 0, y0 = 0, x1, y1; // =0 suppresses compiler warning local
3074 float x0, y0, x1, y1; member
3153 int x0 = 0, w = 0; local
[all …]
Dstb_rect_pack.h293 static int stbrp__skyline_find_min_y(stbrp_context * c, stbrp_node * first, int x0, int width, int … in stbrp__skyline_find_min_y()