Searched refs:canBlend (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DAnimationTranslationUtil.cpp162 bool canBlend = !lastValue; local
166 if (!canBlend) {
170 canBlend = lastOperations->canBlendWith(*operations);
172 if (canBlend) {
182 bool canBlend = !lastValue; local
186 if (!canBlend) {
190 canBlend = lastOperations->canBlendWith(*operations);
192 if (canBlend) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h56 bool canBlend(const BasicShape*) const;
H A DBasicShapes.cpp39 bool BasicShape::canBlend(const BasicShape* other) const function in class:WebCore::BasicShape
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp138 if (!fromShape->canBlend(toShape))
153 if (!fromShape->canBlend(toShape))

Completed in 1377 milliseconds