Searched defs:flags (Results 1 - 25 of 133) sorted by relevance

123456

/inkscape/src/
H A Dsp-desc.cpp24 Inkscape::XML::Node* SPDesc::write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags) { argument
29 SPObject::write(doc, repr, flags);
H A Dsp-title.cpp21 Inkscape::XML::Node* SPTitle::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
28 SPObject::write(xml_doc, repr, flags);
H A Dsp-linear-gradient.cpp64 Inkscape::XML::Node* SPLinearGradient::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
65 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
69 if ((flags & SP_OBJECT_WRITE_ALL) || this->x1._set) {
73 if ((flags & SP_OBJECT_WRITE_ALL) || this->y1._set) {
77 if ((flags & SP_OBJECT_WRITE_ALL) || this->x2._set) {
81 if ((flags & SP_OBJECT_WRITE_ALL) || this->y2._set) {
85 SPGradient::write(xml_doc, repr, flags);
H A Dsp-defs.cpp33 void SPDefs::update(SPCtx *ctx, guint flags) { argument
34 if (flags & SP_OBJECT_MODIFIED_FLAG) {
35 flags |= SP_OBJECT_PARENT_MODIFIED_FLAG;
38 flags &= SP_OBJECT_MODIFIED_CASCADE;
42 if (flags || (child->uflags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_CHILD_MODIFIED_FLAG))) {
43 child->updateDisplay(ctx, flags);
49 void SPDefs::modified(unsigned int flags) { argument
50 if (flags & SP_OBJECT_MODIFIED_FLAG) {
51 flags |= SP_OBJECT_PARENT_MODIFIED_FLAG;
54 flags
74 write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
[all...]
H A Dsp-mesh-patch.cpp98 Inkscape::XML::Node* SPMeshpatch::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
99 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
103 SPObject::write(xml_doc, repr, flags);
H A Dsp-mesh-row.cpp81 Inkscape::XML::Node* SPMeshrow::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
82 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
86 SPObject::write(xml_doc, repr, flags);
H A Dsp-missing-glyph.cpp106 Inkscape::XML::Node* SPMissingGlyph::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
107 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
130 SPObject::write(xml_doc, repr, flags);
H A Dsp-object-group.cpp46 Inkscape::XML::Node *SPObjectGroup::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
47 if (flags & SP_OBJECT_WRITE_BUILD) {
54 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
68 child->updateRepr(flags);
72 SPObject::write(xml_doc, repr, flags);
H A Dsp-solid-color.cpp58 Inkscape::XML::Node* SPSolidColor::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
59 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
63 SPObject::write(xml_doc, repr, flags);
H A Dsp-tag.cpp99 SPTag::update(SPCtx *ctx, guint flags) argument
101 if (flags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG |
107 SPObject::update(ctx, flags);
114 SPTag::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) argument
116 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
121 if (flags & SP_OBJECT_WRITE_EXT) {
128 SPObject::write(doc, repr, flags);
H A Dsp-glyph.cpp222 void SPGlyph::update(SPCtx *ctx, guint flags) argument
224 if (flags & SP_OBJECT_MODIFIED_FLAG) {
238 SPObject::update(ctx, flags);
243 Inkscape::XML::Node* SPGlyph::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
245 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
277 SPObject::write(xml_doc, repr, flags);
H A Dsp-polyline.cpp106 Inkscape::XML::Node* SPPolyLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
107 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
115 SPShape::write(xml_doc, repr, flags);
H A Dsp-anchor.cpp80 Inkscape::XML::Node* SPAnchor::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
81 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
99 SPGroup::write(xml_doc, repr, flags);
H A Dsp-radial-gradient.cpp110 Inkscape::XML::Node* SPRadialGradient::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
111 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
115 if ((flags & SP_OBJECT_WRITE_ALL) || this->cx._set) {
119 if ((flags & SP_OBJECT_WRITE_ALL) || this->cy._set) {
123 if ((flags & SP_OBJECT_WRITE_ALL) || this->r._set) {
127 if ((flags & SP_OBJECT_WRITE_ALL) || this->fx._set) {
131 if ((flags & SP_OBJECT_WRITE_ALL) || this->fy._set) {
135 if ((flags & SP_OBJECT_WRITE_ALL) || this->fr._set) {
139 SPGradient::write(xml_doc, repr, flags);
H A Dsp-tag-use.cpp119 SPTagUse::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
121 if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
125 SPObject::write(xml_doc, repr, flags);
/inkscape/src/filters/
H A Dmergenode.cpp66 void SPFeMergeNode::update(SPCtx *ctx, guint flags) { argument
67 if (flags & SP_OBJECT_MODIFIED_FLAG) {
71 SPObject::update(ctx, flags);
77 Inkscape::XML::Node* SPFeMergeNode::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { argument
79 if (flags & SP_OBJECT_WRITE_EXT) {
88 SPObject::write(doc, repr, flags);
H A Dtile.cpp58 void SPFeTile::update(SPCtx *ctx, guint flags) { argument
59 if (flags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG |
66 SPFilterPrimitive::update(ctx, flags);
72 Inkscape::XML::Node* SPFeTile::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { argument
79 SPFilterPrimitive::write(doc, repr, flags);
H A Ddistantlight.cpp125 void SPFeDistantLight::update(SPCtx *ctx, guint flags) { argument
126 if (flags & SP_OBJECT_MODIFIED_FLAG) {
132 SPObject::update(ctx, flags);
138 Inkscape::XML::Node* SPFeDistantLight::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { argument
151 SPObject::write(doc, repr, flags);
H A Dpointlight.cpp148 void SPFePointLight::update(SPCtx *ctx, guint flags) { argument
149 if (flags & SP_OBJECT_MODIFIED_FLAG) {
156 SPObject::update(ctx, flags);
162 Inkscape::XML::Node* SPFePointLight::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { argument
174 SPObject::write(doc, repr, flags);
H A Dspotlight.cpp267 void SPFeSpotLight::update(SPCtx *ctx, guint flags) { argument
268 if (flags & SP_OBJECT_MODIFIED_FLAG) {
280 SPObject::update(ctx, flags);
286 Inkscape::XML::Node* SPFeSpotLight::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { argument
308 SPObject::write(doc, repr, flags);
H A Doffset.cpp85 void SPFeOffset::update(SPCtx *ctx, guint flags) { argument
86 if (flags & SP_OBJECT_MODIFIED_FLAG) {
91 SPFilterPrimitive::update(ctx, flags);
97 Inkscape::XML::Node* SPFeOffset::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { argument
104 SPFilterPrimitive::write(doc, repr, flags);
/inkscape/src/ui/widget/
H A Dfilter-effect-chooser.cpp24 SimpleFilterModifier::SimpleFilterModifier(int flags) argument
31 _flags = flags;
33 if (flags & BLEND) {
38 if (flags & BLUR) {
/inkscape/src/ui/dialog/
H A Dmessages.cpp147 GLogLevelFlags flags = (GLogLevelFlags) (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | local
151 handlerDefault = g_log_set_handler(NULL, flags,
155 handlerGlibmm = g_log_set_handler("glibmm", flags,
159 handlerAtkmm = g_log_set_handler("atkmm", flags,
163 handlerPangomm = g_log_set_handler("pangomm", flags,
167 handlerGdkmm = g_log_set_handler("gdkmm", flags,
171 handlerGtkmm = g_log_set_handler("gtkmm", flags,
/inkscape/src/display/
H A Ddrawing-group.cpp69 DrawingGroup::_updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset) argument
79 i->update(area, child_ctx, flags, reset);
93 DrawingGroup::_renderItem(DrawingContext &dc, Geom::IntRect const &area, unsigned flags, DrawingItem *stop_at) argument
98 i->render(dc, area, flags, stop_at);
106 i->render(dc, area, flags | RENDER_FILTER_BACKGROUND, stop_at);
110 i->render(dc, area, flags, stop_at);
126 DrawingGroup::_pickItem(Geom::Point const &p, double delta, unsigned flags) argument
129 DrawingItem *picked = i->pick(p, delta, flags);
H A Dsp-ctrlquadr.cpp34 static void sp_ctrlquadr_update (SPCanvasItem *item, Geom::Affine const &affine, unsigned int flags);
112 static void sp_ctrlquadr_update(SPCanvasItem *item, Geom::Affine const &affine, unsigned int flags) argument
119 SP_CANVAS_ITEM_CLASS(sp_ctrlquadr_parent_class)->update(item, affine, flags);

Completed in 50 milliseconds

123456