Home
last modified time | relevance | path

Searched refs:stbtt__active_edge (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1654 typedef struct stbtt__active_edge struct
1656 struct stbtt__active_edge *next; argument
1669 } stbtt__active_edge; argument
1678 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 …]