mirror of
https://github.com/nothings/stb
synced 2025-03-14 16:21:12 -04:00
Merge dff7208868
into c7110588a4
This commit is contained in:
commit
667f957e09
@ -2740,6 +2740,7 @@ static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill,
|
||||
// directly AA rasterize edges w/o supersampling
|
||||
static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
|
||||
{
|
||||
(void)vsubsample;
|
||||
stbtt__hheap hh = { 0, 0, 0 };
|
||||
stbtt__active_edge *active = NULL;
|
||||
int y,j=0, i;
|
||||
|
Loading…
Reference in New Issue
Block a user