OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromShape
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.cpp
43
const BasicShape*
fromShape
= toShapeClipPathOperation(clipPathOperation())->basicShape();
46
if (!
fromShape
->canBlend(toShape))
49
return AnimatableClipPathOperation::create(ShapeClipPathOperation::create(toShape->blend(
fromShape
, fraction)).get());
AnimatableShapeValue.cpp
43
const BasicShape*
fromShape
= this->m_shape->shape();
46
if (!
fromShape
->canBlend(toShape))
49
return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(
fromShape
, fraction)).get());
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp
121
const BasicShape*
fromShape
= toShapeClipPathOperation(from)->basicShape();
124
if (!
fromShape
->canBlend(toShape))
127
return ShapeClipPathOperation::create(toShape->blend(
fromShape
, progress));
136
const BasicShape*
fromShape
= from->shape();
139
if (!
fromShape
->canBlend(toShape))
142
return ShapeValue::createShapeValue(toShape->blend(
fromShape
, progress));
[
all
...]
Completed in 169 milliseconds