Searched refs:SPClipPath (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/ |
H A D | sp-clippath.h | 18 #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 D | sp-clippath.cpp | 43 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 D | sp-factory.cpp | 112 ret = new SPClipPath;
|
H A D | sp-lpe-item.cpp | 352 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 D | sp-item.cpp | 551 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 D | selection-chemistry.cpp | 3842 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 D | cairo-renderer.h | 30 class SPClipPath; 51 void applyClipPath(CairoRenderContext *ctx, SPClipPath const *cp);
|
H A D | cairo-render-context.h | 31 class SPClipPath; 64 SPClipPath *clip_path;
|
H A D | cairo-renderer.cpp | 719 CairoRenderer::applyClipPath(CairoRenderContext *ctx, SPClipPath const *cp)
|
H A D | emf-print.cpp | 993 static SPClipPath *scpActive = NULL; 1011 SPClipPath *scp = NULL;
|
H A D | cairo-render-context.cpp | 575 SPClipPath *clip_path = _state->clip_path;
|
Completed in 377 milliseconds