/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | SpotLightSource.cpp | 48 paintingData.directionVector.setZ(m_direction.z() - m_position.z()); in initPaintingData() 77 paintingData.lightVector.setZ(m_position.z() - z); in updatePaintingData() 85 paintingData.colorVector.setZ(0.0f); in updatePaintingData() 111 paintingData.colorVector.setZ(paintingData.privateColorVector.z() * lightStrength); in updatePaintingData() 130 bool SpotLightSource::setZ(float z) in setZ() function in WebCore::SpotLightSource 134 m_position.setZ(z); in setZ() 158 m_direction.setZ(pointsAtZ); in setPointsAtZ()
|
D | PointLightSource.cpp | 46 paintingData.lightVector.setZ(m_position.z() - z); in updatePaintingData() 66 bool PointLightSource::setZ(float z) in setZ() function in WebCore::PointLightSource 70 m_position.setZ(z); in setZ()
|
D | PointLightSource.h | 40 virtual bool setZ(float) OVERRIDE;
|
D | DistantLightSource.cpp | 44 paintingData.lightVector.setZ(sinf(elevation)); in initPaintingData()
|
D | LightSource.h | 81 virtual bool setZ(float) { return false; } in setZ() function
|
D | SpotLightSource.h | 45 virtual bool setZ(float) OVERRIDE;
|
D | FELighting.cpp | 191 halfwayVector.setZ(halfwayVector.z() + paintingData.lightVectorLength); in inlineSetPixel() 202 normalVector.setZ(1); in inlineSetPixel() 209 halfwayVector.setZ(halfwayVector.z() + paintingData.lightVectorLength); in inlineSetPixel()
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 27 -(void) setZ: (INTERFERE_TYPE) arg; 51 [ a0 setZ: a1];
|
/external/clang/test/CodeGenObjC/ |
D | dot-syntax.m | 52 -(void) setZ: (S) arg { 54 printf("-[A setZ: { %f, %f, { %f, %f } } ]\n",
|
D | atomic-aggregate-property.m | 46 // CHECK-LP64: define internal void @"\01-[A setZ:]"(
|
D | property.m | 41 -(void) setZ: (int) arg {
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
D | TestReverb.java | 69 v.setZ(FastMath.nextRandomFloat()); in simpleUpdate()
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 57 - (void) setZ:(MyClass*) NewValue {
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatPoint3D.h | 67 void setZ(float z) { m_z = z; } in setZ() function
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFEDiffuseLightingElement.cpp | 151 return lightSource->setZ(lightElement->zCurrentValue()); in setFilterEffectAttribute()
|
D | SVGFESpecularLightingElement.cpp | 162 return lightSource->setZ(lightElement->zCurrentValue()); in setFilterEffectAttribute()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | jmeBulletUtil.cpp | 59 out->setZ(z); in convert()
|
D | com_jme3_bullet_objects_PhysicsRigidBody.cpp | 843 vec1.setZ(value); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setAngularFactor()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Vector3f.java | 1014 public Vector3f setZ(float z) {
|
D | Vector4f.java | 942 public Vector4f setZ(float z) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | CompositedLayerMapping.cpp | 1628 origin.setZ(style->transformOriginZ()); in computeTransformOrigin()
|