Searched refs:ShapeClipPathOperation (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h95 class ShapeClipPathOperation FINAL : public ClipPathOperation {
97 static PassRefPtr<ShapeClipPathOperation> create(PassRefPtr<BasicShape> shape)
99 return adoptRef(new ShapeClipPathOperation(shape));
117 ShapeClipPathOperation(PassRefPtr<BasicShape> shape) function in class:blink::FINAL
127 DEFINE_TYPE_CASTS(ShapeClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::SHAPE, op.type() == ClipPathOperation::SHAPE);
129 inline bool ShapeClipPathOperation::operator==(const ClipPathOperation& o) const
H A DRenderBlock.cpp2394 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(style()->clipPath());
H A DRenderLayer.cpp1737 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(style->clipPath());
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableClipPathOperation.cpp58 return AnimatableClipPathOperation::create(ShapeClipPathOperation::create(toShape->blend(fromShape, fraction)).get());
H A DAnimatableValueTestHelperTest.cpp62 PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create().get()).get())),
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderingContext.cpp138 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(clipPathOperation);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp798 state.style()->setClipPath(ShapeClipPathOperation::create(basicShapeForValue(state, primitiveValue->getShapeValue())));

Completed in 150 milliseconds