Searched refs:setTransform (Results 1 - 25 of 57) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPatternQt.cpp42 brush.setTransform(m_patternSpaceTransformation);
H A DTransparencyLayer.h61 painter.setTransform(p->transform(), true);
H A DGraphicsLayerQt.h56 virtual void setTransform(const TransformationMatrix& t);
H A DTextureMapperQt.cpp159 painter->setTransform(matrix, true);
161 painter->setTransform(prevTransform);
/external/webkit/Source/WebCore/svg/
H A DSVGViewSpec.h42 void setTransform(const String&);
H A DSVGViewSpec.cpp42 void SVGViewSpec::setTransform(const String& transform) function in class:WebCore::SVGViewSpec
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTTrack.h53 void setTransform(CGAffineTransform);
H A DQTMovie.h114 void setTransform(CGAffineTransform);
H A DQTTrack.cpp103 void QTTrack::setTransform(CGAffineTransform t) function in class:QTTrack
H A DGraphicsLayerCACF.h60 virtual void setTransform(const TransformationMatrix&);
H A DGraphicsLayerCACF.cpp230 void GraphicsLayerCACF::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCACF
235 GraphicsLayer::setTransform(t);
556 primaryLayer()->setTransform(transform);
602 m_layer->setTransform(CATransform3DIdentity);
730 m_contentsLayer->setTransform(flipper);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DFeature.java256 result.setTransform(t.getTranslation(), t.getScale(), t.getRotation().toRotationMatrix());
261 result.setTransform(bone.getWorldBindPosition(), bone.getWorldBindScale(), bone.getWorldBindRotation().toRotationMatrix());
274 result.setTransform(t.getTranslation(), t.getScale(), t.getRotation().toRotationMatrix());
279 result.setTransform(parent.getWorldBindPosition(), parent.getWorldBindScale(), parent.getWorldBindRotation().toRotationMatrix());
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.h124 graphicsWebView()->setTransform(QTransform()
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp204 void GraphicsLayerChromium::setTransform(const TransformationMatrix& transform) function in class:WebCore::GraphicsLayerChromium
209 GraphicsLayer::setTransform(transform);
537 primaryLayer()->setTransform(m_transform);
578 m_layer->setTransform(identity);
H A DGraphicsLayerChromium.h63 virtual void setTransform(const TransformationMatrix&);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h61 virtual void setTransform(const TransformationMatrix& t);
H A DGraphicsLayerTextureMapper.cpp201 void GraphicsLayerTextureMapper::setTransform(const TransformationMatrix& value) function in class:WebCore::GraphicsLayerTextureMapper
206 GraphicsLayer::setTransform(value);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h70 virtual void setTransform(const TransformationMatrix&);
H A DGraphicsLayerAndroid.cpp368 void GraphicsLayerAndroid::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerAndroid
373 GraphicsLayer::setTransform(t);
374 m_contentLayer->setTransform(t);
388 layer->setTransform(t);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h130 void setTransform(const TransformationMatrix&);
H A DGraphicsLayerCA.cpp409 void GraphicsLayerCA::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCA
414 GraphicsLayer::setTransform(t);
1044 primaryLayer()->setTransform(m_transform);
1053 currLayer->setTransform(TransformationMatrix());
1055 currLayer->setTransform(m_transform);
1190 m_layer->setTransform(TransformationMatrix());
1198 currLayer->setTransform(TransformationMatrix());
1397 clonedLayerRoot->setTransform(TransformationMatrix());
1487 transformLayer->setTransform(caTransform);
1490 transformLayer->setTransform(caTransfor
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h98 void setTransform(const TransformationMatrix& transform) { m_transform = transform; } function in class:WebCore::CCLayerImpl
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
H A DRagdollUtils.java242 public static void setTransform(Bone bone, Vector3f pos, Quaternion rot, boolean restoreBoneControl, Set<String> boneList) { method in class:RagdollUtils
253 setTransform(childBone, t.getTranslation(), t.getRotation(), restoreBoneControl, boneList);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFullScreenController.mm459 [rendererLayer setTransform:shrinkTransform];
463 [rendererLayer setTransform:finalTransform];
488 [rendererLayer setTransform:CATransform3DIdentity];
596 [rendererLayer setTransform:shrinkTransform];
600 [rendererLayer setTransform:finalTransform];
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp328 layer->setTransform(transformMatrix);

Completed in 585 milliseconds

123