Searched refs:stbtt__hheap (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1604 typedef struct stbtt__hheap struct 1609 } stbtt__hheap; argument 1611 static void *stbtt__hheap_alloc(stbtt__hheap *hh, size_t size, void *userdata) in stbtt__hheap_alloc() 1632 static void stbtt__hheap_free(stbtt__hheap *hh, void *p) in stbtt__hheap_free() 1638 static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) in stbtt__hheap_cleanup() 1676 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() 1697 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() 1765 stbtt__hheap hh = { 0, 0, 0 }; in stbtt__rasterize_sorted_edges() 2067 stbtt__hheap hh = { 0, 0, 0 }; in stbtt__rasterize_sorted_edges()
|