/inkscape/src/ |
H A D | gc-finalized.h | 101 NULL, NULL); 110 NULL, NULL, NULL, NULL); local
|
H A D | inkview.cpp | 99 static GtkWidget *ctrlwin = NULL; 226 ss.doc = NULL; 227 ss.view = NULL; 248 if (gba == NULL) { 251 if (last_filename == NULL) 253 if ((c_ptr = std::strrchr(last_filename, '/')) != NULL) { 337 ctrlwin = NULL; 348 g_signal_connect(G_OBJECT (ctrlwin), "delete_event", (GCallback) sp_svgview_ctrlwin_delete, NULL); local 402 return NULL; 455 gdk_window_set_cursor(gtk_widget_get_window(GTK_WIDGET(ss->window)), NULL); [all...] |
H A D | sp-mask.cpp | 47 this->display = NULL; 123 for (SPMaskView *v = this->display; v != NULL; v = v->next) { 155 for (SPMaskView *v = this->display; v != NULL; v = v->next) { 217 if (NULL != applyTransform) { 231 g_return_val_if_fail (this != NULL, NULL); 232 g_return_val_if_fail (SP_IS_MASK (this), NULL); local 257 g_return_if_fail (this != NULL); 266 for (SPMaskView *v = this->display; v != NULL; v = v->next) { 278 for (SPMaskView *v = this->display; v != NULL; [all...] |
/inkscape/src/ui/tool/ |
H A D | event-utils.cpp | 29 &shortcut_key, NULL, NULL, NULL); local 58 if (canvas == NULL) {
|
/inkscape/src/ui/tools/ |
H A D | zoom-tool.cpp | 41 , grabbed(NULL) 54 this->grabbed = NULL; 110 NULL, event->button.time); local 162 this->grabbed = NULL;
|
H A D | box3d-tool.cpp | 67 , _vpdrag(NULL) 68 , box3d(NULL) 87 this->_vpdrag = NULL; 92 this->shape_editor = NULL; 242 NULL, event->button.time); local 339 this->item_to_select = NULL; 581 if (this->box3d != NULL) { 601 this->box3d = NULL;
|
H A D | spiral-tool.cpp | 60 , spiral(NULL) 84 this->shape_editor = NULL; 172 NULL, event->button.time); local 233 this->item_to_select = NULL; 250 NULL, 398 if (this->spiral != NULL) { 406 spiral->doWriteTransform(spiral->getRepr(), spiral->transform, NULL, true); 413 this->spiral = NULL; 421 if (this->spiral != NULL) { 423 this->spiral = NULL; [all...] |
H A D | arc-tool.cpp | 64 , arc(NULL) 82 this->shape_editor = NULL; 166 NULL, event->button.time); local 224 this->item_to_select = NULL; 244 NULL); 424 if (this->arc != NULL) { 431 this->arc->doWriteTransform(this->arc->getRepr(), this->arc->transform, NULL, true); 439 this->arc = NULL; 447 if (this->arc != NULL) { 449 this->arc = NULL; [all...] |
H A D | dropper-tool.cpp | 52 static GdkCursor *cursor_dropper_fill = NULL; 53 static GdkCursor *cursor_dropper_stroke = NULL; 72 , grabbed(NULL) 73 , area(NULL) 115 this->grabbed = NULL; 120 this->area = NULL; 129 cursor_dropper_fill = NULL; 138 cursor_dropper_fill = NULL; 177 NULL, event->button.time); local 295 this->grabbed = NULL; [all...] |
H A D | rect-tool.cpp | 61 , rect(NULL) 82 this->shape_editor = NULL; 202 NULL, event->button.time); local 259 this->item_to_select = NULL; 279 NULL); 457 if (this->rect != NULL) { 464 this->rect->doWriteTransform(this->rect->getRepr(), this->rect->transform, NULL, true); 472 this->rect = NULL; 480 if (this->rect != NULL) { 482 this->rect = NULL; [all...] |
H A D | star-tool.cpp | 64 , star(NULL) 88 this->shape_editor = NULL; 100 * @param selection Should not be NULL. 103 g_assert (selection != NULL); 186 NULL, event->button.time); local 245 this->item_to_select = NULL; 262 NULL, 263 NULL); 417 if (this->star != NULL) { 430 this->star->doWriteTransform(this->star->getRepr(), this->star->transform, NULL, tru [all...] |
/inkscape/src/inkgc/ |
H A D | gc-alloc.h | 50 pointer allocate(size_type count, void const * =NULL) { argument
|
/inkscape/src/ui/widget/ |
H A D | registered-enums.h | 35 Inkscape::XML::Node* repr_in = NULL, 36 SPDocument *doc_in = NULL ) 30 RegisteredEnum( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const Util::EnumDataConverter<E>& c, Registry& wr, Inkscape::XML::Node* repr_in = NULL, SPDocument *doc_in = NULL ) argument
|
H A D | dock.cpp | 30 g_return_if_fail( dock_ptr != NULL ); 38 g_return_if_fail( dock_ptr != NULL ); 106 GdlDockMaster* master = NULL; 110 NULL); local 114 NULL);
|
/inkscape/src/helper/ |
H A D | action.cpp | 46 action->id = action->name = action->tip = NULL; 47 action->image = NULL; 87 SPAction *action = (SPAction *)g_object_new(SP_TYPE_ACTION, NULL); 132 g_return_if_fail (action != NULL); 145 g_return_if_fail (action != NULL); 157 g_return_if_fail (action != NULL); 166 g_return_if_fail (action != NULL); 180 g_return_val_if_fail (SP_IS_ACTION (action), NULL); local 190 g_return_val_if_fail (SP_IS_ACTION (action), NULL); local 200 g_return_val_if_fail (SP_IS_ACTION (action), NULL); local [all...] |
/inkscape/src/widgets/ |
H A D | eraser-toolbar.cpp | 132 EgeSelectOneAction* act = ege_select_one_action_new( "EraserModeAction", (""), (""), NULL, GTK_TREE_MODEL(model) ); 133 g_object_set( act, "short_label", _("Mode:"), NULL ); 139 g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL ); local 160 sp_erc_width_value_changed, NULL /*unit tracker*/, 1, 0); 174 GTK_WIDGET(desktop->canvas), holder, FALSE, NULL, 177 sp_erc_mass_value_changed, NULL /*unit tracker*/, 1, 0);
|
H A D | sp-xmlview-content.cpp | 37 NULL, /* child_added */ 38 NULL, /* child_removed */ 39 NULL, /* attr_changed */ 41 NULL /* order_changed */ 46 GtkTextBuffer *tb = gtk_text_buffer_new(NULL); 47 SPXMLViewContent *text = SP_XMLVIEW_CONTENT(g_object_new(SP_TYPE_XMLVIEW_CONTENT, NULL)); 95 text->repr = NULL; 107 sp_xmlview_content_set_repr (text, NULL); 131 gtk_text_view_set_editable (GTK_TEXT_VIEW (text), new_content != NULL); local
|
H A D | ege-output-action.cpp | 98 g_signal_connect( action, "notify", G_CALLBACK( fixup_labels ), NULL ); 112 NULL ); 128 g_object_set( G_OBJECT(action), "use-markup", setting, NULL ); local 188 lbl = gtk_label_new(NULL); 217 g_object_get( gobject, "label", &str, NULL );
|
H A D | tweak-toolbar.cpp | 133 sp_tweak_width_value_changed, NULL /*unit tracker*/, 0.01, 0, 100 ); 150 sp_tweak_force_value_changed, NULL /*unit tracker*/, 0.01, 0, 100 ); 253 EgeSelectOneAction* act = ege_select_one_action_new( "TweakModeAction", _("Mode"), (""), NULL, GTK_TREE_MODEL(model) ); 254 g_object_set( act, "short_label", _("Mode:"), NULL ); 260 g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL ); local 288 NULL, 291 g_object_set( act, "short_label", C_("Hue", "H"), NULL ); 304 NULL, 307 g_object_set( act, "short_label", C_("Saturation", "S"), NULL ); 320 NULL, 377 g_signal_connect_after( G_OBJECT(act), "toggled", G_CALLBACK(sp_tweak_pressure_state_changed), NULL); local [all...] |
H A D | arc-toolbar.cpp | 97 gchar* namespaced_name = g_strconcat("sodipodi:", value_name, NULL); 182 repr->setAttribute("sodipodi:open", NULL); 238 char const *openstr = NULL; 252 NULL, /* child_added */ 253 NULL, /* child_removed */ 255 NULL, /* content_changed */ 256 NULL /* order_changed */ 263 Inkscape::XML::Node *repr = NULL; 280 g_object_set( G_OBJECT(act), "label", _("<b>New:</b>"), NULL ); 283 g_object_set( G_OBJECT(act), "label", _("<b>Change:</b>"), NULL ); 367 g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL ); local [all...] |
H A D | button.cpp | 64 button->action = NULL; 65 button->doubleclick_action = NULL; 74 g_signal_connect_after(G_OBJECT(button), "clicked", G_CALLBACK(sp_button_perform_action), NULL); local 75 g_signal_connect_after(G_OBJECT(button), "event", G_CALLBACK(sp_button_process_event), NULL); local 83 sp_button_set_action(button, NULL); 86 sp_button_set_doubleclick_action(button, NULL); 171 sp_action_perform(button->doubleclick_action, NULL); 185 sp_action_perform(button->action, NULL); 191 SPButton *button = SP_BUTTON(g_object_new(SP_TYPE_BUTTON, NULL)); 209 g_signal_handlers_block_by_func(G_OBJECT(button), (gpointer)G_CALLBACK(sp_button_perform_action), NULL); local 211 g_signal_handlers_unblock_by_func(G_OBJECT(button), (gpointer)G_CALLBACK(sp_button_perform_action), NULL); local [all...] |
H A D | ink-action.cpp | 105 NULL ); 167 g_object_get( G_OBJECT(act), "label", &label, NULL ); local 321 NULL ); 407 g_object_get( G_OBJECT(action), "short_label", &label, NULL ); local 541 NULL ); 665 g_return_val_if_fail (name != NULL, NULL); 673 NULL );
|
/inkscape/src/extension/dbus/ |
H A D | application-interface.cpp | 45 NULL, 72 return (ApplicationInterface*)g_object_new (TYPE_APPLICATION_INTERFACE, NULL); 121 g_return_val_if_fail(ensure_desktop_valid(error), NULL); local 128 return NULL; 135 return NULL; 167 g_return_val_if_fail(ensure_desktop_not_present(error), NULL); local 185 return NULL; 197 g_assert(desktop != NULL); 200 g_assert(doc != NULL); 203 g_assert(repr != NULL); [all...] |
/inkscape/src/libcroco/ |
H A D | cr-prop-list.c | 38 *@return the newly allocated CRPropList or NULL 44 CRPropList *result = NULL; 49 return NULL; 56 return NULL; 73 *Returns the resulting prop list, or NULL if an error 79 CRPropList *cur = NULL; 81 g_return_val_if_fail (a_to_append, NULL); 90 g_return_val_if_fail (cur, NULL); 104 *Returns the resulting property list, or NULL in case 112 CRPropList *list = NULL, 118 g_return_val_if_fail (list && PRIVATE (list), NULL); local 310 g_return_val_if_fail (a_this && PRIVATE (a_this), NULL); local 327 g_return_val_if_fail (a_this && PRIVATE (a_this), NULL); local 352 g_return_val_if_fail (PRIVATE (next), NULL); local 353 g_return_val_if_fail (PRIVATE (next)->prev == a_pair, NULL); local 357 g_return_val_if_fail (PRIVATE (prev), NULL); local 358 g_return_val_if_fail (PRIVATE (prev)->next == a_pair, NULL); local [all...] |
/inkscape/src/display/ |
H A D | canvas-bpath.cpp | 160 pathv_matrix_point_bbox_wind_distance(cbp->curve->get_pathvector(), cbp->affine, p, NULL, NULL, &dist, 0.5, &viewbox); 172 g_return_val_if_fail (parent != NULL, NULL); 173 g_return_val_if_fail (SP_IS_CANVAS_GROUP (parent), NULL); local 175 SPCanvasItem *item = sp_canvas_item_new (parent, SP_TYPE_CANVAS_BPATH, NULL); 185 g_return_if_fail (cbp != NULL); 202 g_return_if_fail (cbp != NULL); 214 g_return_if_fail (cbp != NULL);
|