Home
last modified time | relevance | path

Searched refs:transformOperations (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationTranslationUtil.cpp45 void toWebTransformOperations(const TransformOperations& transformOperations, WebTransformOperation… in toWebTransformOperations() argument
48 for (size_t j = 0; j < transformOperations.size(); ++j) { in toWebTransformOperations()
49 switch (transformOperations.operations()[j]->type()) { in toWebTransformOperations()
55 …nsformOperation* transform = static_cast<ScaleTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
64 …rmOperation* transform = static_cast<TranslateTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
73 …sformOperation* transform = static_cast<RotateTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
80 …ansformOperation* transform = static_cast<SkewTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
85 …sformOperation* transform = static_cast<MatrixTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
91 …ormOperation* transform = static_cast<Matrix3DTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
97 …Operation* transform = static_cast<PerspectiveTransformOperation*>(transformOperations.operations(… in toWebTransformOperations()
[all …]
DCompositorAnimations.cpp125 …if (!endTransform->transformOperations().blendedBoundsForBox(originalBox, startTransform->transfor… in getAnimatedBoundingBox()
159 …if (toAnimatableTransform(frame->getAnimatableValue().get())->transformOperations().dependsOnBoxSi… in isCandidateForAnimationOnCompositor()
393 … toWebTransformOperations(toAnimatableTransform(value)->transformOperations(), ops.get()); in addKeyframesToCurve()
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableTransform.h43 const TransformOperations& transformOperations() const in transformOperations() function
DAnimatableValueTestHelper.cpp103 TransformOperations ops = animTransform.transformOperations(); in PrintTo()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp874 inline bool requireTransformOrigin(const Vector<RefPtr<TransformOperation> >& transformOperations, … in requireTransformOrigin() argument
882 unsigned size = transformOperations.size(); in requireTransformOrigin()
884 TransformOperation::OperationType type = transformOperations[i]->type(); in requireTransformOrigin()
903 …const Vector<RefPtr<TransformOperation> >& transformOperations = rareNonInheritedData->m_transform… in applyTransform() local
904 bool applyTransformOrigin = requireTransformOrigin(transformOperations, applyOrigin); in applyTransform()
915 unsigned size = transformOperations.size(); in applyTransform()
917 transformOperations[i]->apply(transform, boundingBox.size()); in applyTransform()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp583 const TransformOperations& operations = toAnimatableTransform(value)->transformOperations(); in applyProperty()