HomeSort by relevance Sort by last modified time
    Searched refs:zValue (Results 1 - 7 of 7) sorted by null

  /external/clang/test/PCH/
struct.h 8 float xValue, yValue, zValue;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp 80 v8::Local<v8::Value> zValue = object->Get(v8::String::New("z"));
81 if (zValue.IsEmpty())
83 bool canProvideZ = !isUndefinedOrNull(zValue);
84 double z = zValue->NumberValue();
  /external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp 62 JSValue zValue = object->get(exec, Identifier(exec, "z"));
65 bool canProvideZ = !zValue.isUndefinedOrNull();
66 double z = zValue.toNumber(exec);
  /external/webkit/Source/WebCore/platform/graphics/android/
ShaderProgram.h 40 float zValue(const TransformationMatrix& drawMatrix, float w, float h);
LayerAndroid.h 286 float zValue() const { return m_zValue; }
LayerAndroid.cpp 718 m_zValue = TilesManager::instance()->shader()->zValue(m_drawTransform, getSize().width(), getSize().height());
1005 return a->zValue() > b->zValue();
    [all...]
ShaderProgram.cpp 523 float ShaderProgram::zValue(const TransformationMatrix& drawMatrix, float w, float h)

Completed in 113 milliseconds