HomeSort by: relevance | last modified time | path
    Searched defs:total_height (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
shm.h 138 uint16_t total_height; member in struct:xcb_shm_put_image_request_t
421 * @param total_height The total height of the source image.
456 uint16_t total_height,
476 * @param total_height The total height of the source image.
508 uint16_t total_height,
  /src/external/bsd/tmux/dist/
screen-redraw.c 972 u_int sb = ctx->pane_scrollbars, total_height, sb_h = wp->sy; local
984 total_height = screen_size_y(s) + screen_hsize(s);
985 percent_view = (double)sb_h / total_height;
993 total_height = cm_size + sb_h;
996 slider_y = (sb_h + 1) * ((double)cm_y / total_height);

Completed in 54 milliseconds