HomeSort by relevance Sort by last modified time
    Searched refs:TransformOperations (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperations.cpp 23 #include "TransformOperations.h"
29 TransformOperations::TransformOperations(bool makeIdentity)
35 bool TransformOperations::operator==(const TransformOperations& o) const
TransformOperations.h 34 class TransformOperations {
37 TransformOperations(bool makeIdentity = false);
39 bool operator==(const TransformOperations& o) const;
40 bool operator!=(const TransformOperations& o) const
  /external/webkit/Source/WebCore/rendering/style/
StyleTransformData.h 29 #include "TransformOperations.h"
46 TransformOperations m_operations;
RenderStyle.h 64 #include "TransformOperations.h"
    [all...]
RenderStyle.cpp 724 TransformOperations transform;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 39 #include "TransformOperations.h"
140 TransformAnimationValue(float keyTime, const TransformOperations* value = 0, PassRefPtr<TimingFunction> timingFunction = 0)
144 m_value = adoptPtr(new TransformOperations(*value));
147 const TransformOperations* value() const { return m_value.get(); }
150 OwnPtr<TransformOperations> m_value;
GraphicsLayer.cpp 316 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t index)
342 const TransformOperations* firstVal = operationsAt(valueList, firstIndex);
346 const TransformOperations* val = operationsAt(valueList, i);
383 const TransformOperations* val = operationsAt(valueList, i);
  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 257 const TransformOperations* val = &m_fromStyle->transform();
258 const TransformOperations* toVal = &m_toStyle->transform();
KeyframeAnimation.cpp 408 const TransformOperations* firstVal = &m_keyframes[firstNonEmptyTransformKeyframeIndex].style()->transform();
413 const TransformOperations* val = &currentKeyframe.style()->transform();
AnimationBase.cpp 157 static inline TransformOperations blendFunc(const AnimationBase* anim, const TransformOperations& from, const TransformOperations& to, double progress)
159 TransformOperations result;
181 // Convert the TransformOperations into matrices
314 class PropertyWrapperAcceleratedTransform : public PropertyWrapper<const TransformOperations&> {
317 : PropertyWrapper<const TransformOperations&>(CSSPropertyWebkitTransform, &RenderStyle::transform, &RenderStyle::setTransform)
684 gPropertyWrappers->append(new PropertyWrapper<const TransformOperations&>(CSSPropertyWebkitTransform, &RenderStyle::transform, &RenderStyle::setTransform));
    [all...]
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.cpp 57 // Convert to TransformOperations. This can fail if a property
65 TransformOperations operations;
CSSStyleSelector.h 186 static bool createTransformOperations(CSSValue* inValue, RenderStyle* inStyle, RenderStyle* rootStyle, TransformOperations& outOperations);
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/
Android.mk 744 platform/graphics/transforms/TransformOperations.cpp \
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 1405 milliseconds