Searched refs:zValue (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8DeviceMotionEventCustom.cpp | 80 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/ |
D | JSDeviceMotionEventCustom.cpp | 62 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/ |
D | struct.h | 8 float xValue, yValue, zValue; member
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | ShaderProgram.h | 126 float zValue(const TransformationMatrix& drawMatrix, float w, float h);
|
D | ShaderProgram.cpp | 714 float ShaderProgram::zValue(const TransformationMatrix& drawMatrix, float w, float h) in zValue() function in WebCore::ShaderProgram
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | LayerAndroid.cpp | 442 m_zValue = TilesManager::instance()->shader()->zValue(m_drawTransform, in updateLocalTransformAndClip() 640 return a->zValue() > b->zValue(); in compareLayerZ()
|
D | LayerAndroid.h | 255 float zValue() const { return m_zValue; } in zValue() function
|
/external/sqlite/dist/ |
D | sqlite3.c | 117359 char *zValue; 117368 zValue = sqlite3_mprintf("%s", &zCsr[1]); 117369 if( zValue ){ 117370 sqlite3Fts3Dequote(zValue); 117372 *pzValue = zValue;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 117323 char *zValue; 117332 zValue = sqlite3_mprintf("%s", &zCsr[1]); 117333 if( zValue ){ 117334 sqlite3Fts3Dequote(zValue); 117336 *pzValue = zValue;
|