Searched defs:InterpolatedTransformOperation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DInterpolatedTransformOperation.h40 class PLATFORM_EXPORT InterpolatedTransformOperation : public TransformOperation { class in namespace:blink
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) function in class:blink::InterpolatedTransformOperation

Completed in 591 milliseconds