Searched refs:getObject (Results 1 - 25 of 68) sorted by relevance

123

/inkscape/src/
H A Dsp-gradient-reference.h13 SPGradient *getObject() const { function in class:SPGradientReference
14 return reinterpret_cast<SPGradient *>(URIReference::getObject());
H A Dsp-filter-reference.h15 SPFilter *getObject() const { function in class:SPFilterReference
16 return static_cast<SPFilter *>(URIReference::getObject());
H A Dsp-paint-server-reference.h28 SPPaintServer *getObject() const;
H A Dpersp3d-reference.h32 Persp3D *getObject() const { function in class:Persp3DReference
33 return SP_PERSP3D(URIReference::getObject());
H A Dsp-tag-use-reference.h32 SPItem *getObject() const { function in class:SPTagUseReference
33 return static_cast<SPItem *>(URIReference::getObject());
H A Dsp-use-reference.h30 SPItem *getObject() const { function in class:SPUseReference
31 return static_cast<SPItem *>(URIReference::getObject());
H A Dsp-paint-server.cpp23 SPPaintServer *SPPaintServerReference::getObject() const function in class:SPPaintServerReference
25 return static_cast<SPPaintServer *>(URIReference::getObject());
H A Dsp-paint-server.h57 * Returns the first of {src, src-\>ref-\>getObject(),
58 * src-\>ref-\>getObject()-\>ref-\>getObject(),...}
78 p2 = p2->ref->getObject();
83 p1 = p1->ref->getObject();
H A Dsp-tref-reference.h41 SPItem *getObject() const { function in class:SPTRefReference
42 return static_cast<SPItem *>(URIReference::getObject());
H A Dstyle.h297 SPObject *getFilter() { return (filter.href) ? filter.href->getObject() : NULL; }
298 SPObject const *getFilter() const { return (filter.href) ? filter.href->getObject() : NULL; }
301 SPPaintServer *getFillPaintServer() { return (fill.value.href) ? fill.value.href->getObject() : NULL; }
302 SPPaintServer const *getFillPaintServer() const { return (fill.value.href) ? fill.value.href->getObject() : NULL; }
305 SPPaintServer *getStrokePaintServer() { return (stroke.value.href) ? stroke.value.href->getObject() : NULL; }
306 SPPaintServer const *getStrokePaintServer() const { return (stroke.value.href) ? stroke.value.href->getObject() : NULL; }
H A Dsp-clippath.h74 SPClipPath *getObject() const { function in class:SPClipPathReference
75 return static_cast<SPClipPath *>(URIReference::getObject());
H A Dsp-marker.h90 SPMarker *getObject() const { function in class:SPMarkerReference
91 return static_cast<SPMarker *>(URIReference::getObject());
H A Dsp-mask.h69 SPMask *getObject() const { function in class:SPMaskReference
70 return static_cast<SPMask *>(URIReference::getObject());
H A Dsp-pattern.h126 SPPattern *getObject() const function in class:SPPatternReference
128 return reinterpret_cast<SPPattern *>(URIReference::getObject());
H A Dsp-tag-use.cpp160 SPItem *refobj = ref->getObject();
181 ref_ = ref->getObject();
H A Dsp-pattern.cpp224 for (SPPattern *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
420 for (SPPattern *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
436 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
445 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
454 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
463 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
472 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
481 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
490 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject() : NULL) {
500 for (SPPattern const *pat_i = this; pat_i != NULL; pat_i = pat_i->ref ? pat_i->ref->getObject()
[all...]
H A Duri-references.h83 SPObject *getObject() const { return _obj; } function in class:Inkscape::URIReference
H A Dsp-tref-reference.cpp32 SPObject *referred = getObject();
H A Dsp-use.cpp438 if(clip_ref->getObject()){
439 SPObject *clip = clip_ref->getObject()->firstChild() ;
450 if(mask_ref->getObject()){
451 SPObject *mask = mask_ref->getObject()->firstChild() ;
482 if(clip_ref->getObject()){
483 SPObject *clip = clip_ref->getObject()->firstChild() ;
494 if(mask_ref->getObject()){
495 SPObject *mask = mask_ref->getObject()->firstChild() ;
524 SPItem *refobj = this->ref->getObject();
762 ref = this->ref->getObject();
[all...]
H A Dsp-item.cpp670 SPClipPath *clip_path = clip_ref ? clip_ref->getObject() : NULL;
671 SPMask *mask = mask_ref ? mask_ref->getObject() : NULL;
762 if (item->clip_ref->getObject()) {
771 if (item->mask_ref->getObject()) {
868 if (clip_ref->getObject()) {
872 bbox.intersectWith(clip_ref->getObject()->geometricBounds(transform));
986 clips_and_masks.push_back(clip_ref->getObject());
987 clips_and_masks.push_back(mask_ref->getObject());
1042 if (s && clip_ref->getObject()) {
1048 if (s && mask_ref->getObject()) {
[all...]
/inkscape/src/live_effects/parameter/
H A Dpath-reference.h27 SPItem *getObject() const { function in class:Inkscape::LivePathEffect::PathReference
28 return (SPItem *)URIReference::getObject();
H A Doriginalpath.h28 SPItem * getObject() const { return ref.getObject(); } function in class:Inkscape::LivePathEffect::OriginalPathParam
/inkscape/src/live_effects/
H A Dlpe-fill-between-strokes.cpp41 if ( linked_path.linksToPath() && second_path.linksToPath() && linked_path.getObject() && second_path.getObject() ) {
46 Geom::Affine second_transform = second_path.getObject()->getRelativeTransform(linked_path.getObject());
77 else if ( linked_path.linksToPath() && linked_path.getObject() ) {
89 else if ( second_path.linksToPath() && second_path.getObject() ) {
H A Dlpe-bounding-box.cpp40 if ( linked_path.linksToPath() && linked_path.getObject() ) {
41 SPItem * item = linked_path.getObject();
H A Dlpe-fill-between-many.cpp42 if ((*iter)->ref.isAttached() && (obj = (*iter)->ref.getObject()) && SP_IS_ITEM(obj) && !(*iter)->_pathvector.empty()) {

Completed in 36 milliseconds

123