Searched refs:stbtt__hheap (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2671 typedef struct stbtt__hheap struct 2676 } stbtt__hheap; argument 2678 static void *stbtt__hheap_alloc(stbtt__hheap *hh, size_t size, void *userdata) in stbtt__hheap_alloc() 2699 static void stbtt__hheap_free(stbtt__hheap *hh, void *p) in stbtt__hheap_free() 2705 static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) in stbtt__hheap_cleanup() 2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() 2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() 2834 stbtt__hheap hh = { 0, 0, 0 }; in stbtt__rasterize_sorted_edges() 3139 stbtt__hheap hh = { 0, 0, 0 }; in stbtt__rasterize_sorted_edges()
|