Lines Matching refs:y_bottom
11704 float y_bottom = y_top+1;
11714 nk_tt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom);
11715 nk_tt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom);
11717 nk_tt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom);
11727 NK_ASSERT(e->sy <= y_bottom && e->ey >= y_top);
11740 if (e->ey < y_bottom) {
11745 y1 = y_bottom;
11767 y0 = y_bottom - (y0 - y_top);
11768 y1 = y_bottom - (y1 - y_top);
11825 float y3 = y_bottom;