OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canBlendWith
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebTransformOperations.h
41
virtual bool
canBlendWith
(const WebTransformOperations& other) const = 0;
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
SkewTransformOperation.cpp
31
if (from && !from->
canBlendWith
(*this))
43
bool SkewTransformOperation::
canBlendWith
(const TransformOperation& other) const
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
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
SkewTransformOperation.h
42
virtual bool
canBlendWith
(const TransformOperation& other) const;
ScaleTransformOperation.h
48
virtual bool
canBlendWith
(const TransformOperation& other) const;
TransformOperation.h
66
virtual bool
canBlendWith
(const TransformOperation& other) const = 0;
MatrixTransformOperation.h
47
virtual bool
canBlendWith
(const TransformOperation& other) const
RotateTransformOperation.h
52
virtual bool
canBlendWith
(const TransformOperation& other) const;
TranslateTransformOperation.h
46
virtual bool
canBlendWith
(const TransformOperation& other) const;
RotateTransformOperation.cpp
152
bool RotateTransformOperation::
canBlendWith
(const TransformOperation& other) const
TransformOperations.cpp
259
if (fromOperation && toOperation && !fromOperation->
canBlendWith
(*toOperation.get()))
/external/chromium_org/cc/blink/
web_transform_operations_impl.h
23
virtual bool
canBlendWith
(const blink::WebTransformOperations& other) const;
web_transform_operations_impl.cc
21
bool WebTransformOperationsImpl::
canBlendWith
(
25
return transform_operations_.
CanBlendWith
(other_impl.transform_operations_);
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTranslationUtilTest.cpp
51
MOCK_CONST_METHOD1(
canBlendWith
, bool(const WebTransformOperations&));
Completed in 447 milliseconds