HomeSort by relevance Sort by last modified time
    Searched full:gammavalue (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp 112 v8::Local<v8::Value> gammaValue = object->Get(v8::String::New("gamma"));
113 if (gammaValue.IsEmpty())
115 bool canProvideGamma = !isUndefinedOrNull(gammaValue);
116 double gamma = gammaValue->NumberValue();
  /external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp 100 JSValue gammaValue = object->get(exec, Identifier(exec, "gamma"));
103 bool canProvideGamma = !gammaValue.isUndefinedOrNull();
104 double gamma = gammaValue.toNumber(exec);
  /external/libvpx/libmkv/
EbmlIDs.h 135 // GammaValue = 0x2FB523,

Completed in 73 milliseconds