Searched refs:SPClipPath (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/
H A Dsp-clippath.h18 #define SP_CLIPPATH(obj) (dynamic_cast<SPClipPath*>((SPObject*)obj))
19 #define SP_IS_CLIPPATH(obj) (dynamic_cast<const SPClipPath*>((SPObject*)obj) != NULL)
36 class SPClipPath : public SPObjectGroup { class in inherits:SPObjectGroup
38 SPClipPath();
39 virtual ~SPClipPath();
74 SPClipPath *getObject() const {
75 return static_cast<SPClipPath *>(URIReference::getObject());
H A Dsp-clippath.cpp43 SPClipPath::SPClipPath() : SPObjectGroup() { function in class:SPClipPath
50 SPClipPath::~SPClipPath() {
53 void SPClipPath::build(SPDocument* doc, Inkscape::XML::Node* repr) {
63 void SPClipPath::release() {
77 void SPClipPath::set(unsigned int key, const gchar* value) {
105 void SPClipPath::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) {
123 void SPClipPath::update(SPCtx* ctx, unsigned int flags) {
162 void SPClipPath
[all...]
H A Dsp-factory.cpp112 ret = new SPClipPath;
H A Dsp-lpe-item.cpp352 SPClipPath * clipPath = lpeitem->clip_ref->getObject();
386 SPClipPath * clipPath = lpeitem->clip_ref->getObject();
408 SPClipPath * clipPath = lpeitem->clip_ref->getObject();
643 SPClipPath *clipPath = item->clip_ref->getObject();
H A Dsp-item.cpp551 SPClipPath *oldPath = dynamic_cast<SPClipPath *>(old_clip);
556 SPClipPath *clipPath = dynamic_cast<SPClipPath *>(clip);
670 SPClipPath *clip_path = clip_ref ? clip_ref->getObject() : NULL;
1108 SPClipPath *cp = clip_ref->getObject();
H A Dselection-chemistry.cpp3842 gchar const *mask_id = SPClipPath::create(templist, doc, &maskTransform);
4008 mask_id = SPClipPath::create(mask_items_dup, doc, &maskTransform);
/inkscape/src/extension/internal/
H A Dcairo-renderer.h30 class SPClipPath;
51 void applyClipPath(CairoRenderContext *ctx, SPClipPath const *cp);
H A Dcairo-render-context.h31 class SPClipPath;
64 SPClipPath *clip_path;
H A Dcairo-renderer.cpp719 CairoRenderer::applyClipPath(CairoRenderContext *ctx, SPClipPath const *cp)
H A Demf-print.cpp993 static SPClipPath *scpActive = NULL;
1011 SPClipPath *scp = NULL;
H A Dcairo-render-context.cpp575 SPClipPath *clip_path = _state->clip_path;

Completed in 432 milliseconds