Home
last modified time | relevance | path

Searched refs:setZ (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/filters/
DSpotLightSource.cpp50 paintingData.directionVector.setZ(m_direction.z() - m_position.z()); in initPaintingData()
79 paintingData.lightVector.setZ(m_position.z() - z); in updatePaintingData()
87 paintingData.colorVector.setZ(0.0f); in updatePaintingData()
113 paintingData.colorVector.setZ(paintingData.privateColorVector.z() * lightStrength); in updatePaintingData()
132 bool SpotLightSource::setZ(float z) in setZ() function in WebCore::SpotLightSource
136 m_position.setZ(z); in setZ()
160 m_direction.setZ(pointsAtZ); in setPointsAtZ()
DPointLightSource.cpp48 paintingData.lightVector.setZ(m_position.z() - z); in updatePaintingData()
68 bool PointLightSource::setZ(float z) in setZ() function in WebCore::PointLightSource
72 m_position.setZ(z); in setZ()
DLightSource.cpp69 bool LightSource::setZ(float z) in setZ() function in WebCore::LightSource
72 return static_cast<SpotLightSource*>(this)->setZ(z); in setZ()
74 return static_cast<PointLightSource*>(this)->setZ(z); in setZ()
DPointLightSource.h41 bool setZ(float);
DDistantLightSource.cpp46 paintingData.lightVector.setZ(sinf(elevation)); in initPaintingData()
DLightSource.h81 bool setZ(float);
DSpotLightSource.h42 bool setZ(float);
DFELighting.cpp194 halfwayVector.setZ(halfwayVector.z() + paintingData.lightVectorLength); in inlineSetPixel()
205 normalVector.setZ(1); in inlineSetPixel()
212 halfwayVector.setZ(halfwayVector.z() + paintingData.lightVectorLength); in inlineSetPixel()
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m27 -(void) setZ: (INTERFERE_TYPE) arg;
51 [ a0 setZ: a1];
/external/clang/test/CodeGenObjC/
Ddot-syntax.m52 -(void) setZ: (S) arg {
54 printf("-[A setZ: { %f, %f, { %f, %f } } ]\n",
Datomic-aggregate-property.m41 // CHECK-LP64: define internal void @"\01-[A setZ:]"(
Dproperty.m41 -(void) setZ: (int) arg {
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestReverb.java69 v.setZ(FastMath.nextRandomFloat()); in simpleUpdate()
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint3D.h67 void setZ(float z) { m_z = z; } in setZ() function
/external/webkit/Source/WebCore/svg/
DSVGFEDiffuseLightingElement.cpp116 return lightSource->setZ(lightElement->z()); in setFilterEffectAttribute()
DSVGFESpecularLightingElement.cpp123 return lightSource->setZ(lightElement->z()); in setFilterEffectAttribute()
/external/jmonkeyengine/engine/src/bullet-native/
DjmeBulletUtil.cpp59 out->setZ(z); in convert()
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp843 vec1.setZ(value); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setAngularFactor()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector3f.java1014 public Vector3f setZ(float z) {
DVector4f.java942 public Vector4f setZ(float z) {
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp142 …value.setZ(transformOp ? narrowPrecisionToFloat(static_cast<const ScaleTransformOperation*>(transf… in getTransformFunctionValue()
148 …value.setZ(transformOp ? narrowPrecisionToFloat(static_cast<const TranslateTransformOperation*>(tr… in getTransformFunctionValue()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp984 origin.setZ(style->transformOriginZ()); in computeTransformOrigin()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-164662 (WebCore::PointLightSource::setZ):
4670 (WebCore::SpotLightSource::setZ):
11713 (WebCore::PointLightSource::setZ):
11716 (WebCore::SpotLightSource::setZ):
11728 (WebCore::LightSource::setZ):
DChangeLog-2005-12-193624 (KCanvasPoint3F::setZ): added
DChangeLog-2006-12-319630 (WebCore::FloatPoint3D::setZ):

12