Home
last modified time | relevance | path

Searched refs:minpixelsalloted (Results 1 – 9 of 9) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.c833 theobj->minpixelsalloted += directive_pixels; in setpixelmin()
839 theobj->minpixelsalloted += 6; in setpixelmin()
841 theobj->minpixelsalloted += 6; in setpixelmin()
862 theobj->minpixelsalloted += EXTRAWIDTH; in setpixelmin()
868 theobj->minpixelsalloted = in setpixelmin()
884 theobj->minpixelsalloted = 35; in setpixelmin()
892 theobj->minpixelsalloted = 40; in setpixelmin()
898 theobj->minpixelsalloted = 40; in setpixelmin()
902 theobj->minpixelsalloted = 40; in setpixelmin()
907 theobj->minpixelsalloted = 16; in setpixelmin()
[all …]
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Dcalculatepositions.c221 non_chord_pixels += curobj->minpixelsalloted; in allocate_xes()
285 accumulator += curobj->minpixelsalloted; \
302 mudobj (cur_obj_nodes[i])->minpixelsalloted; \
H A Ddraw.c263 cairo_rectangle (cr, x + mudelaitem->x, y, mudelaitem->minpixelsalloted, 80); in draw_object()
682 gint extra = MAX (mudelaitem->minpixelsalloted, in draw_object()
699 …m->x, y, itp->last_gap, mudelaitem->type == CHORD ? 0 : mudelaitem->minpixelsalloted, mudelaitem->… in draw_object()
711 itp->markx2 = x + mudelaitem->x + mudelaitem->minpixelsalloted + EXTRAFORSELECTRECT; in draw_object()
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmousing.c273 if (x_to_explain - (current->x + current->minpixelsalloted) < next->x - x_to_explain) in get_placement_from_coordinates()
287 … > current->x + current->minpixelsalloted) || (x_to_explain > GPOINTER_TO_INT (mwidthiterator->dat… in get_placement_from_coordinates()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h222 gint minpixelsalloted; /**< horizontal space allowed for this object in display */ member
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dmeasure.c746 …theobj->minpixelsalloted = draw_key (NULL, 0, 0, ((keysig *) theobj->object)->number, curkey, 0, F… in showwhichaccidentals()
H A Dlilydirectives.c344 g_string_printf (param->string, "%d", curObj->minpixelsalloted); in get_lily_parameter()
1913 obj->minpixelsalloted = directive->minpixels = value; in put_standalone_directive()
1926 obj->minpixelsalloted = value; in standalone_directive_put_minpixels()
/dports/audio/denemo/denemo-2.0.6/
H A DNEWS164 a mudelaitem's minpixelsalloted field now accurately reflects how
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c2548 obj->minpixelsalloted = minpixels; in scheme_set_object_display_width()