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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 40 #include "core/platform/graphics/transforms/TransformOperations.h"
59 PassOwnPtr<WebTransformOperations> toWebTransformOperations(const TransformOperations& transformOperations, const FloatSize& boxSize)
61 // We need to do a deep copy the transformOperations may contain ref pointers to TransformOperation objects.
65 for (size_t j = 0; j < transformOperations.size(); ++j) {
66 TransformOperation::OperationType operationType = transformOperations.operations()[j]->getOperationType();
73 ScaleTransformOperation* transform = static_cast<ScaleTransformOperation*>(transformOperations.operations()[j].get());
82 TranslateTransformOperation* transform = static_cast<TranslateTransformOperation*>(transformOperations.operations()[j].get());
90 RotateTransformOperation* transform = static_cast<RotateTransformOperation*>(transformOperations.operations()[j].get());
97 SkewTransformOperation* transform = static_cast<SkewTransformOperation*>(transformOperations.operations()[j].get())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]

Completed in 39 milliseconds