Home
last modified time | relevance | path

Searched refs:col_left (Results 1 - 2 of 2) sorted by relevance

/third_party/mksh/
H A Dedit.c2904 int col_left, n; in x_adjust() local
2914 if ((col_left = xx_cols * 2 / 3) < MIN_EDIT_SPACE) { in x_adjust()
2929 while (xbp > xbuf && col_left > 0) { in x_adjust()
2931 col_left -= (n = x_size2(xbp, NULL)); in x_adjust()
2934 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()
/third_party/glfw/deps/
H A Dnuklear.h10197 struct nk_colorf col_left, col_top; in nk_draw_list_fill_rect_multi_color() local
10202 nk_color_fv(&col_left.r, left); in nk_draw_list_fill_rect_multi_color()
10220 vtx = nk_draw_vertex(vtx, &list->config, nk_vec2(rect.x, rect.y), list->config.null.uv, col_left); in nk_draw_list_fill_rect_multi_color()

Completed in 49 milliseconds