Searched refs:stbtt__active_edge (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 1654 typedef struct stbtt__active_edge struct 1656 struct stbtt__active_edge *next; argument 1669 } stbtt__active_edge; argument 1676 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() 1678 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); 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() 1699 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() 1721 static void stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int m… in stbtt__fill_active_edges() 1766 stbtt__active_edge *active = NULL; in stbtt__rasterize_sorted_edges() 1785 stbtt__active_edge **step = &active; in stbtt__rasterize_sorted_edges() [all …]
|