Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.c811 … gint directive_pixels = 0; // the largest amount of extra space asked for by any directive in setpixelmin() local
814 directive_pixels = MAX (directive_pixels, ((DenemoDirective *) g->data)->minpixels); in setpixelmin()
826 directive_pixels = MAX (directive_pixels, ((DenemoDirective *) h->data)->minpixels); in setpixelmin()
833 theobj->minpixelsalloted += directive_pixels; in setpixelmin()