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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
InterpolatedTransformOperation.cpp 32 #include "platform/transforms/InterpolatedTransformOperation.h"
38 bool InterpolatedTransformOperation::operator==(const TransformOperation& o) const
42 const InterpolatedTransformOperation* t = static_cast<const InterpolatedTransformOperation*>(&o);
46 void InterpolatedTransformOperation::apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const
57 PassRefPtr<TransformOperation> InterpolatedTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
69 return InterpolatedTransformOperation::create(thisOperations, fromOperations, progress);
InterpolatedTransformOperation.h 40 class PLATFORM_EXPORT InterpolatedTransformOperation : public TransformOperation {
42 static PassRefPtr<InterpolatedTransformOperation> create(const TransformOperations& from, const TransformOperations& to, double progress)
44 return adoptRef(new InterpolatedTransformOperation(from, to, progress));
65 InterpolatedTransformOperation(const TransformOperations& from, const TransformOperations& to, double progress)
TransformOperations.cpp 28 #include "platform/transforms/InterpolatedTransformOperation.h"
97 result.operations().append(InterpolatedTransformOperation::create(from, *this, progress));
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 417 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.linux-arm.mk 417 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.linux-mips.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.linux-x86.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 416 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
    [all...]

Completed in 596 milliseconds