Searched refs:stbtt__active_edge (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2721 typedef struct stbtt__active_edge struct 2723 struct stbtt__active_edge *next; argument 2736 } stbtt__active_edge; argument 2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() 2745 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); 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() 2767 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() 2790 static void stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int m… in stbtt__fill_active_edges() 2835 stbtt__active_edge *active = NULL; in stbtt__rasterize_sorted_edges() 2854 stbtt__active_edge **step = &active; in stbtt__rasterize_sorted_edges() [all …]
|