Searched refs:transformOperations (Results 1 – 6 of 6) sorted by relevance
45 void toWebTransformOperations(const TransformOperations& transformOperations, WebTransformOperation… in toWebTransformOperations() argument48 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 …]
125 …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()
43 const TransformOperations& transformOperations() const in transformOperations() function
103 TransformOperations ops = animTransform.transformOperations(); in PrintTo()
874 inline bool requireTransformOrigin(const Vector<RefPtr<TransformOperation> >& transformOperations, … in requireTransformOrigin() argument882 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() local904 bool applyTransformOrigin = requireTransformOrigin(transformOperations, applyOrigin); in applyTransform()915 unsigned size = transformOperations.size(); in applyTransform()917 transformOperations[i]->apply(transform, boundingBox.size()); in applyTransform()
583 const TransformOperations& operations = toAnimatableTransform(value)->transformOperations(); in applyProperty()