Home
last modified time | relevance | path

Searched refs:draw_height (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dwidget_service_provider.cpp669 …er::GetTextDrawDimension(widget_info *info, GX_DISPLAY *display, INT &draw_width, INT &draw_height) in GetTextDrawDimension() argument
678 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()
Dwidget_service_provider.h32 …id GetTextDrawDimension(widget_info *info, GX_DISPLAY *display, INT &draw_width, INT &draw_height);