Home
last modified time | relevance | path

Searched defs:zValue (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member
/external/webkit/Source/WebCore/bindings/js/
DJSDeviceMotionEventCustom.cpp62 JSValue zValue = object->get(exec, Identifier(exec, "z")); in readAccelerationArgument() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DeviceMotionEventCustom.cpp80 v8::Local<v8::Value> zValue = object->Get(v8::String::New("z")); in readAccelerationArgument() local
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h253 float zValue() const { return m_zValue; } in zValue() function
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp681 float ShaderProgram::zValue(const TransformationMatrix& drawMatrix, float w, float h) in zValue() function in WebCore::ShaderProgram