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

/external/chromium_org/cc/animation/
H A Dtransform_operations.h31 class CC_EXPORT TransformOperations { class in namespace:cc
33 TransformOperations();
34 TransformOperations(const TransformOperations& other);
35 ~TransformOperations();
47 gfx::Transform Blend(const TransformOperations& from,
55 const TransformOperations& from,
68 bool MatchesTypes(const TransformOperations& other) const;
73 bool CanBlendWith(const TransformOperations& other) const;
90 bool BlendInternal(const TransformOperations
[all...]
H A Dtransform_operations.cc16 TransformOperations::TransformOperations() function in class:cc::TransformOperations
20 TransformOperations::TransformOperations(const TransformOperations& other) { function in class:cc::TransformOperations
29 TransformOperations::~TransformOperations() {
32 gfx::Transform TransformOperations::Apply() const {
39 gfx::Transform TransformOperations::Blend(const TransformOperations
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.h35 class PLATFORM_EXPORT TransformOperations { class in namespace:blink
38 explicit TransformOperations(bool makeIdentity = false);
40 bool operator==(const TransformOperations& o) const;
41 bool operator!=(const TransformOperations& o) const
71 bool operationsMatch(const TransformOperations&) const;
84 bool blendedBoundsForBox(const FloatBox&, const TransformOperations& from, const double& minProgress, const double& maxProgress, FloatBox* bounds) const;
85 TransformOperations blendByMatchingOperations(const TransformOperations& from, const double& progress) const;
86 TransformOperations blendByUsingMatrixInterpolation(const TransformOperations
[all...]
H A DTransformOperations.cpp23 #include "platform/transforms/TransformOperations.h"
34 TransformOperations::TransformOperations(bool makeIdentity) function in class:blink::TransformOperations
40 bool TransformOperations::operator==(const TransformOperations& o) const
54 bool TransformOperations::operationsMatch(const TransformOperations& other) const
69 TransformOperations TransformOperations::blendByMatchingOperations(const TransformOperations
[all...]

Completed in 815 milliseconds