Home
last modified time | relevance | path

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

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrareadico.pas76 bestHeight,bestWidth: integer; maxFormat: TPixelFormat;
87 maxFormat := pfDevice;
92 ((height = bestHeight) and (width = bestWidth) and (format > maxFormat)) then
97 maxFormat := format;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrareadico.pas76 bestHeight,bestWidth: integer; maxFormat: TPixelFormat;
87 maxFormat := pfDevice;
92 ((height = bestHeight) and (width = bestWidth) and (format > maxFormat)) then
97 maxFormat := format;
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/ezc/ConsoleTools/options/
H A Dprogressbar.php34 * @property string $maxFormat
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/ezc/ConsoleTools/
H A Dprogressbar.php406 $this->valueMap['max'] = sprintf( $this->properties['options']->maxFormat, $this->max );
437 …ures['maxSpace'] = iconv_strlen( sprintf( $this->properties['options']->maxFormat, $this->max ), '…
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltGrAxis.c4331 char *minFormat, *maxFormat; local
4348 minFormat = maxFormat = axisPtr->limitsFormats[0];
4350 maxFormat = axisPtr->limitsFormats[1];
4356 if (maxFormat[0] != '\0') {
4358 sprintf(maxString, maxFormat, axisPtr->axisRange.max);