Searched refs:contrast (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkCanvItems.h53 double contrast; member in struct:SnackItemInfo
H A DjkCanvSpeg.c78 double contrast; member in struct:SpectrogramItem
169 {TK_CONFIG_DOUBLE, "-contrast", (char *) NULL, (char *) NULL,
170 "0.0", Tk_Offset(SpectrogramItem, contrast), 0},
307 spegPtr->contrast = 0.0;
323 spegPtr->si.contrast = 2.3;
769 if (spegPtr->contrast > 100.0) {
770 spegPtr->contrast = 100.0;
771 } else if (spegPtr->contrast < -100.0) {
772 spegPtr->contrast = -100.0;
774 if (spegPtr->contrast >
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DSpectrogram.tcl11 set contrast 0.0
34 pack [ scale .f1.s5 -variable contrast -label Contrast -from -100 -to 100 -res 0.1 -orient hori -length 100 -command {.c itemconf speg -contrast }] -side left
H A Dxs.tcl76 set v(contrast) 0
2220 -contrast $v(contrast) -brightness $v(brightness)\
4246 pack [entry $w.l.f31.e -textvar v(contrast) -wi 6] -side left
4247 pack [scale $w.l.f31.c -variable v(contrast) -showvalue no\
4248 -orient horiz -command "$w.ll.c itemconf speg -contrast" \
4398 -contrast $v(contrast) \
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperShaderProgram.cpp270 float contrast(float n) { return (n - 0.5) * u_filterAmount + 0.5; }
273 color = vec4(contrast(color.r), contrast(color.g), contrast(color.b), color.a);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl70 HRESULT setFontSmoothingContrast([in] float contrast);
71 HRESULT fontSmoothingContrast([out, retval] float* contrast);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dthumbnail.c62 static Contrast contrast = LINEAR; /* current contrast */ variable
84 case 'c': contrast = streq(optarg, "exp50") ? EXP50 :
396 switch (contrast) {
510 * with a user-selectable contrast curve.
609 " -c linear use linear contrast curve",
610 " -c exp50 use 50% exponential contrast curve",
611 " -c exp60 use 60% exponential contrast curve",
612 " -c exp70 use 70% exponential contrast curve",
613 " -c exp80 use 80% exponential contrast curv
[all...]
/macosx-10.9.5/vim-53/runtime/colors/
H A Dblue.vim6 " Revision #5: Switch main text from white to yellow for easier contrast,
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmplayerconf.vim56 \ mixer nowaveheader aa bpp brightness contrast
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerFilterRenderer.cpp455 lowp float contrast(lowp float n) { return (n - 0.5) * u_amount + 0.5; }
458 return vec4(contrast(color.r), contrast(color.g), contrast(color.b), color.a);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h390 /* [retval][out] */ float* contrast);
393 /* [in] */ float contrast);
H A DWebPreferences.cpp1194 /* [retval][out] */ float* contrast)
1196 *contrast = floatValueForKey(CFSTR(WebKitFontSmoothingContrastPreferenceKey));
1201 /* [in] */ float contrast)
1203 setFloatValue(CFSTR(WebKitFontSmoothingContrastPreferenceKey), contrast); local
1205 wkSetFontSmoothingContrast(contrast);
1193 fontSmoothingContrast( float* contrast) argument
1200 setFontSmoothingContrast( float contrast) argument
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/XML/Parser/
H A DLite.pm304 Parses the XML given. In contrast to L<XML::Parser|XML::Parser>'s parse
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/XML/Parser/
H A DLite.pm294 Parses the XML given. In contrast to L<XML::Parser|XML::Parser>'s parse
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm841 is symbolic: specified by the string value of a hash key. In contrast,
1762 contrast, a cumulative method doesn't hide ancestral methods of the same
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm842 is symbolic: specified by the string value of a hash key. In contrast,
1763 contrast, a cumulative method doesn't hide ancestral methods of the same
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm190 to forward it to its attached appender. By contrast, the following
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm2024 memory manager expenses even for small messages. By contrast, XML messages
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm2024 memory manager expenses even for small messages. By contrast, XML messages
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm4483 memory manager expenses even for small messages. By contrast, XML messages
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm5519 memory manager expenses even for small messages. By contrast, XML messages
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm5262 memory manager expenses even for small messages. By contrast, XML messages
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm190 to forward it to its attached appender. By contrast, the following
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex784 the loop would not iterate. By contrast if the ``downto'' keyword were used in place of ``to'' the loop would iterate
6456 since the integers $2 \ldots 6$ do not evenly divide $a$. By contrast, $a = 6$ is not prime since $a = 6 = 2 \cdot 3$.

Completed in 237 milliseconds