Searched refs:zValue (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/PCH/
H A Dstruct.h8 float xValue, yValue, zValue; member in struct:Point2
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp80 v8::Local<v8::Value> zValue = object->Get(v8::String::New("z")); local
81 if (zValue.IsEmpty())
83 bool canProvideZ = !isUndefinedOrNull(zValue);
84 double z = zValue->NumberValue();
/external/webkit/Source/WebCore/bindings/js/
H A DJSDeviceMotionEventCustom.cpp62 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/rendering/
H A DShaderProgram.h126 float zValue(const TransformationMatrix& drawMatrix, float w, float h);
H A DShaderProgram.cpp714 float ShaderProgram::zValue(const TransformationMatrix& drawMatrix, float w, float h) function in class:WebCore::ShaderProgram
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h255 float zValue() const { return m_zValue; } function in class:WebCore::LayerAndroid
H A DLayerAndroid.cpp441 m_zValue = TilesManager::instance()->shader()->zValue(m_drawTransform,
639 return a->zValue() > b->zValue();

Completed in 161 milliseconds