Searched refs:setFloatValue (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCTuner.mm58 [fDiffuse setFloatValue:drawStyle->fDiffuse];
59 [fSpecular setFloatValue:drawStyle->fSpecular];
60 [fShininess setFloatValue:drawStyle->fShininess];
61 [fAlpha setFloatValue:drawStyle->fAlpha];
102 [fBoardReflectivity setFloatValue:fView->fBoardReflectivity];
103 [fLabelIntensity setFloatValue:fView->fLabelIntensity];
104 [fLightPosX setFloatValue:fView->fLightPos[0]];
105 [fLightPosY setFloatValue:fView->fLightPos[1]];
106 [fLightPosZ setFloatValue:fView->fLightPos[2]];
107 [fAmbient setFloatValue
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/SimpleApp/
H A DAppController.rb61 @slider.setFloatValue(alpha)
68 @slider.setFloatValue(alpha_saved)
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSPrimitiveValue.idl58 [ObjCLegacyUnnamedParameters, RaisesException] void setFloatValue([Default=Undefined] optional unsigned short unitType,
H A DCSSPrimitiveValue.h269 void setFloatValue(unsigned short unitType, double floatValue, ExceptionCode&);
H A DCSSPrimitiveValue.cpp590 void CSSPrimitiveValue::setFloatValue(unsigned short, double, ExceptionCode& ec) function in class:WebCore::CSSPrimitiveValue
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/DotView/
H A DDotView.rb13 @sizeSlider.setFloatValue(@radius)
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm392 [_volumeSlider setFloatValue:[self volume]];
399 [_timeline setFloatValue:[self currentTime]];
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h521 void setFloatValue(CFStringRef key, float value);
H A DWebPreferences.cpp380 void WebPreferences::setFloatValue(CFStringRef key, float value) function in class:WebPreferences
1203 setFloatValue(CFSTR(WebKitFontSmoothingContrastPreferenceKey), contrast);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h939 - (void)setFloatValue:(unsigned short)unitType :(float)floatValue;
940 - (void)setFloatValue:(unsigned short)unitType floatValue:(float)floatValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;

Completed in 213 milliseconds