HomeSort by relevance Sort by last modified time
    Searched full:canblend (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 148 bool canBlend = !lastValue;
153 if (!canBlend) {
158 canBlend = lastOperations->canBlendWith(*operations);
160 if (canBlend) {
170 bool canBlend = !lastValue;
175 if (!canBlend) {
180 canBlend = lastOperations->canBlendWith(*operations);
182 if (canBlend) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.cpp 46 if (!fromShape->canBlend(toShape))
AnimatableShapeValue.cpp 46 if (!fromShape->canBlend(toShape))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 56 bool canBlend(const BasicShape*) const;
BasicShapes.cpp 39 bool BasicShape::canBlend(const BasicShape* other) const
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 124 if (!fromShape->canBlend(toShape))
139 if (!fromShape->canBlend(toShape))
    [all...]

Completed in 343 milliseconds