Searched refs:stbtt__hheap (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3060 typedef struct stbtt__hheap { struct 3064 } stbtt__hheap; typedef 3066 static void * stbtt__hheap_alloc(stbtt__hheap * hh, size_t size, void * userdata) 3089 static void stbtt__hheap_free(stbtt__hheap * hh, void * p) 3095 static void stbtt__hheap_cleanup(stbtt__hheap * hh, void * userdata) 3131 static stbtt__active_edge * stbtt__new_active(stbtt__hheap * hh, stbtt__edge * e, int off_x, float … 3155 static stbtt__active_edge * stbtt__new_active(stbtt__hheap * hh, stbtt__edge * e, int off_x, float … 3230 stbtt__hheap hh = { 0, 0, 0 }; 3621 stbtt__hheap hh = { 0, 0, 0 };
|