Home
last modified time | relevance | path

Searched refs:visual_height (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Mrm/xmp/
H A DBlob.c333 bw->blob.visual_height = bw->core.height - 2 * mh;
338 bw->blob.visual_height = BLOB_SIZE;
343 bw->blob.visual_height = bw->core.height - 2 * mt;
347 bw->blob.visual_height = 0;
539 if (bw->blob.visual_width > 0 && bw->blob.visual_height > 0) {
546 bw->blob.visual_width, bw->blob.visual_height,
553 bw->blob.visual_width, bw->blob.visual_height);
686 bw->core.height = bw->blob.visual_height + 2 * (
709 bw->blob.visual_height = BLOB_SIZE;
H A DString.c347 if (sw->blob.visual_width == 0 || sw->blob.visual_height == 0) return;
375 sw->blob.visual_y = (sw->core.height - sw->blob.visual_height)/2;
478 sw->blob.visual_height != 0) {
543 &(sw->blob.visual_width), &(sw->blob.visual_height));
547 sw->blob.visual_height = 0;
H A DBlobP.h59 Dimension visual_height; member
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_screen_types.h225 int visual_height; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_templates.c5847 dyn_data->visual_height = rows; in uilist_prepare()
6199 UI_UNIT_Y * dyn_data->visual_height, in uiTemplateList()
6202 dyn_data->height - dyn_data->visual_height, in uiTemplateList()
6203 dyn_data->visual_height, in uiTemplateList()
6339 UI_UNIT_Y * dyn_data->visual_height, in uiTemplateList()
6342 dyn_data->height - dyn_data->visual_height, in uiTemplateList()
6343 dyn_data->visual_height, in uiTemplateList()
6365 (dyn_data->visual_height - ui_list->list_grip) * UI_UNIT_Y; in uiTemplateList()
H A Dinterface_handlers.c9061 ui_list->list_grip = dyn_data->visual_height; in ui_handle_list_event()
9071 if (dyn_data->height > dyn_data->visual_height) { in ui_handle_list_event()