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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
IdentityTransformOperation.h 39 virtual bool canBlendWith(const TransformOperation& other) const
ScaleTransformOperation.cpp 31 if (from && !from->canBlendWith(*this))
49 bool ScaleTransformOperation::canBlendWith(const TransformOperation& other) const
SkewTransformOperation.cpp 31 if (from && !from->canBlendWith(*this))
43 bool SkewTransformOperation::canBlendWith(const TransformOperation& other) const
TranslateTransformOperation.cpp 29 if (from && !from->canBlendWith(*this))
43 bool TranslateTransformOperation::canBlendWith(const TransformOperation& other) const
InterpolatedTransformOperation.h 47 virtual bool canBlendWith(const TransformOperation& other) const
Matrix3DTransformOperation.h 42 virtual bool canBlendWith(const TransformOperation& other) const
PerspectiveTransformOperation.h 42 virtual bool canBlendWith(const TransformOperation& other) const
MatrixTransformOperation.h 47 virtual bool canBlendWith(const TransformOperation& other) const
RotateTransformOperation.cpp 152 bool RotateTransformOperation::canBlendWith(const TransformOperation& other) const
  /external/chromium_org/cc/blink/
web_transform_operations_impl.cc 21 bool WebTransformOperationsImpl::canBlendWith(
25 return transform_operations_.CanBlendWith(other_impl.transform_operations_);

Completed in 4170 milliseconds