Lines Matching defs:bottom
1441 /// NK_WINDOW_SCALE_LEFT | Puts window scaler in the left-bottom corner instead right-bottom
4452 struct nk_color bottom;
4583 NK_API void nk_fill_rect_multi_color(struct nk_command_buffer*, struct nk_rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom);
4787 NK_API void nk_draw_list_fill_rect_multi_color(struct nk_draw_list*, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom);
8905 struct nk_color bottom)
8926 cmd->bottom = bottom;
10194 struct nk_color bottom)
10205 nk_color_fv(&col_bottom.r, bottom);
10443 r->left, r->top, r->right, r->bottom);
10716 /* bottom left */
10750 /* then right-aligned reduces waste, but bottom-left BL is always chooses left-aligned */
10940 float x1,y1,s1,t1; /* bottom-right */
11708 /* compute intersection points with top & bottom */
11811 /* regions. intersections with top & bottom do not necessitate case-wise logic. */
11815 /* from top-to-bottom. however, this had a problem: if an x edge was epsilon */
11906 /* insert all edges that start before the bottom of this scanline */
15893 /* fill bottom empty space */
25559 /// - 2017/01/13 (1.32.0) - Added flag to put scaler into the bottom left corner.