Searched refs:draw_height (Results 1 – 2 of 2) sorted by relevance
669 …er::GetTextDrawDimension(widget_info *info, GX_DISPLAY *display, INT &draw_width, INT &draw_height) in GetTextDrawDimension() argument678 draw_height = (info->size.gx_rectangle_bottom - info->size.gx_rectangle_top + 1); in GetTextDrawDimension()679 draw_height -= (border_width << 1); in GetTextDrawDimension()684 draw_height = info->ewi.string_scroll_wheel.base.row_height; in GetTextDrawDimension()726 draw_height -= info->ewi.menu.text_y_offset; in GetTextDrawDimension()738 if (draw_height < 0) in GetTextDrawDimension()740 draw_height = 0; in GetTextDrawDimension()
32 …id GetTextDrawDimension(widget_info *info, GX_DISPLAY *display, INT &draw_width, INT &draw_height);