HomeSort by relevance Sort by last modified time
    Searched defs:TransformOperations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/animation/
transform_operations.h 30 class CC_EXPORT TransformOperations {
32 TransformOperations();
33 TransformOperations(const TransformOperations& other);
34 ~TransformOperations();
46 gfx::Transform Blend(const TransformOperations& from, double progress) const;
50 bool MatchesTypes(const TransformOperations& other) const;
55 bool CanBlendWith(const TransformOperations& other) const;
67 bool BlendInternal(const TransformOperations& from, double progress,
78 DISALLOW_ASSIGN(TransformOperations);
    [all...]
transform_operations.cc 14 TransformOperations::TransformOperations()
18 TransformOperations::TransformOperations(const TransformOperations& other) {
27 TransformOperations::~TransformOperations() {
30 gfx::Transform TransformOperations::Apply() const {
37 gfx::Transform TransformOperations::Blend(
38 const TransformOperations& from, double progress) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperations.h 35 class TransformOperations {
38 explicit TransformOperations(bool makeIdentity = false);
40 bool operator==(const TransformOperations& o) const;
41 bool operator!=(const TransformOperations& o) const
62 bool operationsMatch(const TransformOperations&) const;
75 TransformOperations blendByMatchingOperations(const TransformOperations& from, const double& progress) const;
76 TransformOperations blendByUsingMatrixInterpolation(const TransformOperations& from, double progress) const;
77 TransformOperations blend(const TransformOperations& from, double progress) const
    [all...]
TransformOperations.cpp 23 #include "core/platform/graphics/transforms/TransformOperations.h"
33 TransformOperations::TransformOperations(bool makeIdentity)
39 bool TransformOperations::operator==(const TransformOperations& o) const
53 bool TransformOperations::operationsMatch(const TransformOperations& other) const
68 TransformOperations TransformOperations::blendByMatchingOperations(const TransformOperations& from, const double& progress) cons
    [all...]

Completed in 103 milliseconds