Searched refs:stbtt__active_edge (Results 1 – 1 of 1) sorted by relevance
1654 typedef struct stbtt__active_edge struct1656 struct stbtt__active_edge *next; argument1669 } stbtt__active_edge; argument1678 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active()1699 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active()1766 stbtt__active_edge *active = NULL; in stbtt__rasterize_sorted_edges()1790 stbtt__active_edge * z = *step; in stbtt__rasterize_sorted_edges()2068 stbtt__active_edge *active = NULL; in stbtt__rasterize_sorted_edges()2086 stbtt__active_edge **step = &active; in stbtt__rasterize_sorted_edges()2094 stbtt__active_edge * z = *step; in stbtt__rasterize_sorted_edges()[all …]