Searched refs:scan_y_top (Results 1 – 1 of 1) sorted by relevance
3609 float scan_y_top = y + 0.0f; local3620 if(z->ey <= scan_y_top) {3634 stbtt__active_edge * z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata);3637 if(z->ey < scan_y_top) {3639 z->ey = scan_y_top;3642 …STBTT_assert(z->ey >= scan_y_top); // if we get really unlucky a tiny bit of an edge can be out of…3653 stbtt__fill_active_edges_new(scanline, scanline2 + 1, result->w, active, scan_y_top);