Home
last modified time | relevance | path

Searched refs:zValue (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DeviceMotionEventCustom.cpp80 v8::Local<v8::Value> zValue = object->Get(v8::String::New("z")); in readAccelerationArgument() local
81 if (zValue.IsEmpty()) in readAccelerationArgument()
83 bool canProvideZ = !isUndefinedOrNull(zValue); in readAccelerationArgument()
84 double z = zValue->NumberValue(); in readAccelerationArgument()
/external/webkit/Source/WebCore/bindings/js/
DJSDeviceMotionEventCustom.cpp62 JSValue zValue = object->get(exec, Identifier(exec, "z")); in readAccelerationArgument() local
65 bool canProvideZ = !zValue.isUndefinedOrNull(); in readAccelerationArgument()
66 double z = zValue.toNumber(exec); in readAccelerationArgument()
/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.h126 float zValue(const TransformationMatrix& drawMatrix, float w, float h);
DShaderProgram.cpp714 float ShaderProgram::zValue(const TransformationMatrix& drawMatrix, float w, float h) in zValue() function in WebCore::ShaderProgram
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp442 m_zValue = TilesManager::instance()->shader()->zValue(m_drawTransform, in updateLocalTransformAndClip()
640 return a->zValue() > b->zValue(); in compareLayerZ()
DLayerAndroid.h255 float zValue() const { return m_zValue; } in zValue() function
/external/sqlite/dist/
Dsqlite3.c117359 char *zValue;
117368 zValue = sqlite3_mprintf("%s", &zCsr[1]);
117369 if( zValue ){
117370 sqlite3Fts3Dequote(zValue);
117372 *pzValue = zValue;
/external/sqlite/dist/orig/
Dsqlite3.c117323 char *zValue;
117332 zValue = sqlite3_mprintf("%s", &zCsr[1]);
117333 if( zValue ){
117334 sqlite3Fts3Dequote(zValue);
117336 *pzValue = zValue;