Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h2936 static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, flo… in stbtt__handle_clipped_edge() function
2987 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
3107 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); in stbtt__fill_active_edges_new()
3108 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x2,y2); in stbtt__fill_active_edges_new()
3109 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new()
3111 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new()
3112 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x1,y1); in stbtt__fill_active_edges_new()
3113 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); in stbtt__fill_active_edges_new()
[all …]