HomeSort by relevance Sort by last modified time
    Searched refs:ShapeClipPathOperation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 95 class ShapeClipPathOperation : public ClipPathOperation {
97 static PassRefPtr<ShapeClipPathOperation> create(PassRefPtr<BasicShape> shape)
99 return adoptRef(new ShapeClipPathOperation(shape));
116 return isSameType(o) && m_shape == static_cast<const ShapeClipPathOperation&>(o).m_shape;
119 ShapeClipPathOperation(PassRefPtr<BasicShape> shape)
129 DEFINE_TYPE_CASTS(ShapeClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::SHAPE, op.type() == ClipPathOperation::SHAPE);
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.cpp 49 return AnimatableClipPathOperation::create(ShapeClipPathOperation::create(toShape->blend(fromShape, fraction)).get());
AnimatableValueTestHelperTest.cpp 67 PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create().get()).get())),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 137 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(clipPathOperation);
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 127 return ShapeClipPathOperation::create(toShape->blend(fromShape, progress));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 662 state.style()->setClipPath(ShapeClipPathOperation::create(basicShapeForValue(state, primitiveValue->getShapeValue())));
    [all...]

Completed in 55 milliseconds