Searched defs:y0 (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 568 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member 573 float x0, y0, s0, t0; // top-left member 600 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member 1827 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, i… 1844 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,… 2529 static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, … 2905 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, … 2976 int x0 = 0, y0 = 0, x1, y1; // =0 suppresses compiler warning local 3066 float x0, y0, x1, y1; member 3294 …_handle_clipped_edge(float * scanline, int x, stbtt__active_edge * e, float x0, float y0, float x1, [all …]
|