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

  /external/webkit/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 : public FastAllocBase {
36 TransformOperations(bool makeIdentity = false);
38 bool operator==(const TransformOperations& o) const;
39 bool operator!=(const TransformOperations& o) const
  /external/webkit/WebCore/rendering/style/
StyleTransformData.h 29 #include "TransformOperations.h"
46 TransformOperations m_operations;
RenderStyle.h 74 #include "TransformOperations.h"
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 42 #include "TransformOperations.h"
120 TransformAnimationValue(float keyTime, const TransformOperations* value = 0, const TimingFunction* timingFunction = 0)
124 m_value.set(new TransformOperations(*value));
127 const TransformOperations* value() const { return m_value.get(); }
130 OwnPtr<TransformOperations> m_value;
GraphicsLayer.cpp 304 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t index)
330 const TransformOperations* firstVal = operationsAt(valueList, firstIndex);
334 const TransformOperations* val = operationsAt(valueList, i);
371 const TransformOperations* val = operationsAt(valueList, i);
  /external/webkit/WebCore/page/animation/
ImplicitAnimation.cpp 238 const TransformOperations* val = &m_fromStyle->transform();
239 const TransformOperations* toVal = &m_toStyle->transform();
KeyframeAnimation.cpp 350 const TransformOperations* firstVal = &firstIt->style()->transform();
354 const TransformOperations* val = &it->style()->transform();
AnimationBase.cpp 144 static inline TransformOperations blendFunc(const AnimationBase* anim, const TransformOperations& from, const TransformOperations& to, double progress)
146 TransformOperations result;
168 // Convert the TransformOperations into matrices
284 class PropertyWrapperAcceleratedTransform : public PropertyWrapper<const TransformOperations&> {
287 : PropertyWrapper<const TransformOperations&>(CSSPropertyWebkitTransform, &RenderStyle::transform, &RenderStyle::setTransform)
642 gPropertyWrappers->append(new PropertyWrapper<const TransformOperations&>(CSSPropertyWebkitTransform, &RenderStyle::transform, &RenderStyle::setTransform));
    [all...]
  /external/webkit/WebCore/css/
WebKitCSSMatrix.cpp 71 // Convert to TransformOperations. This can fail if a property
74 TransformOperations operations;
CSSStyleSelector.h 159 static bool createTransformOperations(CSSValue* inValue, RenderStyle* inStyle, RenderStyle* rootStyle, TransformOperations& outOperations);
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 647 const TransformOperations* operation = ((TransformAnimationValue*)valueList.at(i))->value();
  /external/webkit/WebCore/
Android.mk 505 platform/graphics/transforms/TransformOperations.cpp \
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 220 milliseconds