/inkscape/src/debug/ |
H A D | sysv-heap.cpp | 37 struct mallinfo info=mallinfo(); local 40 stats.size += info.usmblks; 41 stats.bytes_used += info.usmblks; 45 stats.size += info.fsmblks; 49 stats.size += info.uordblks; 50 stats.bytes_used += info.uordblks; 54 stats.size += info.fordblks; 58 stats.size += info.hblkhd; 59 stats.bytes_used += info.hblkhd;
|
/inkscape/src/ |
H A D | winconsole.cpp | 54 echo_thread_info *info = static_cast<echo_thread_info*>(info_void); local 55 char *buffer = reinterpret_cast<char *>(LocalAlloc(LMEM_FIXED, info->buffer_size)); 59 if (!ReadFile(info->echo_read, buffer, info->buffer_size, &bytes_read, NULL) || bytes_read == 0) 63 if (!WriteFile(info->echo_write, buffer, bytes_read, &bytes_written, NULL)) { 70 CloseHandle(info->echo_read); 71 CloseHandle(info->echo_write); 131 &si, // startup info - see above
|
H A D | sp-hatch.cpp | 571 RenderInfo info; local 578 return info; 583 RenderInfo info = _calculateRenderInfo(view); local 590 view.arenaitem->setChildTransform(info.child_transform); 591 view.arenaitem->setPatternToUserTransform(info.pattern_to_user_transform); 592 view.arenaitem->setTileRect(info.tile_rect); 594 view.arenaitem->setOverflow(info.overflow_initial_transform, info.overflow_steps, 595 info.overflow_step_transform); 600 RenderInfo info; local [all...] |
H A D | seltrans.cpp | 652 SPSelTransTypeInfo info = handtypes[hands[i].type]; local 653 knots[i] = new SPKnot(_desktop, _(info.tip)); 659 knots[i]->setFill(info.color[0], info.color[1], info.color[2]); 660 knots[i]->setStroke(info.color[3], info.color[4], info.color[5]);
|
H A D | color-profile.cpp | 950 ProfileInfo info( prof, Glib::filename_to_utf8( it->c_str() ) ); 956 if ( it->getName() == info.getName() ) { 963 knownProfiles.push_back(info);
|
/inkscape/share/extensions/ |
H A D | tar_layers.py | 89 info = tarfile.TarInfo(name=name+'.svg') 90 info.mtime = calendar.timegm(time.gmtime()) 91 info.size = len(string.buf) 92 return dict(tarinfo=info, fileobj=string)
|
H A D | embed_raster_in_svg.pl | 19 my $info = <<'INFO'; 53 print $info;
|
/inkscape/src/ui/dialog/ |
H A D | color-item.h | 77 guint info, 84 guint info,
|
H A D | extension-editor.cpp | 133 /* Get the row info */ 156 Gtk::Widget * info = NULL; local 161 info = ext->get_info_widget(); 167 if (info != NULL) { 168 _notebook_info.add(*info);
|
H A D | symbols.h | 81 void iconDragDataGet(const Glib::RefPtr<Gdk::DragContext>& context, Gtk::SelectionData& selection_data, guint info, guint time);
|
H A D | color-item.cpp | 395 guint info, 401 if ( info < mimeStrings.size() ) { 402 key = mimeStrings[info]; 404 g_warning("ERROR: unknown value (%d)", info); 424 guint /*info*/, 616 curr->info = mimeToInt[curr->target]; 392 _dragGetColorData( GtkWidget * , GdkDragContext * , GtkSelectionData *data, guint info, guint , gpointer user_data) argument
|
H A D | filedialogimpl-gtkmm.cpp | 216 // Get some image info. Smart pointer does not need to be deleted 558 struct stat info; local 559 if (g_stat(fName, &info)) // stat returns 0 upon success 564 if (info.st_size > 0xA00000L) { 566 showTooLarge(info.st_size);
|
/inkscape/src/widgets/ |
H A D | ink-comboboxentry-action.h | 57 gchar *info; // Text for tooltip info about entry. member in struct:_Ink_ComboBoxEntry_Action 58 gpointer info_cb; // Callback for clicking info icon. 98 void ink_comboboxentry_action_set_info( Ink_ComboBoxEntry_Action* action, const gchar* info );
|
H A D | ink-comboboxentry-action.cpp | 311 action->info = NULL; 582 if( !set && action->info != NULL ) { 588 action->info ); 693 void ink_comboboxentry_action_set_info( Ink_ComboBoxEntry_Action* action, const gchar* info ) { 695 g_free( action->info ); 696 action->info = g_strdup( info ); 702 action->info );
|
H A D | icon.cpp | 442 std::string iconCacheFile = Glib::build_filename( iconCacheDir, "cache.info" ); 537 g_warning("Unable to write cache info file."); 1304 SVGDocCache *info = NULL; local 1311 info = i->second; 1316 if (!info && Inkscape::IO::file_test( doc_filename, G_FILE_TEST_IS_REGULAR ) ) { 1323 info = new SVGDocCache(doc); 1324 doc_cache[key] = info; 1327 if (info) { 1329 px = sp_icon_doc_icon( info->doc, info [all...] |
/inkscape/src/extension/dbus/ |
H A D | dbus-init.cpp | 79 const DBusGObjectInfo *info, 83 dbus_g_object_type_install_info (object_type, info); 120 // Set the document info for this interface 76 dbus_register_object(DBusGConnection *connection, DBusGProxy *proxy, GType object_type, const DBusGObjectInfo *info, const gchar *path) argument
|
/inkscape/src/libnrtype/ |
H A D | FontFactory.cpp | 682 PangoOTInfo* info = pango_ot_info_get( res->theFace ); local 684 PangoOTTag* scripts = pango_ot_info_list_scripts( info, PANGO_OT_TABLE_GSUB ); 690 if( pango_ot_info_find_script( info, PANGO_OT_TABLE_GSUB, scripts[i], &script_index )) { 693 pango_ot_info_list_languages( info, PANGO_OT_TABLE_GSUB, script_index, NULL); 701 if( pango_ot_info_find_language(info, PANGO_OT_TABLE_GSUB, script_index, languages[j], &language_index, NULL)) { 704 pango_ot_info_list_features( info, PANGO_OT_TABLE_GSUB, 0, i, j ); 716 pango_ot_info_list_features( info, PANGO_OT_TABLE_GSUB, 0, i, PANGO_OT_DEFAULT_LANGUAGE ); 735 pango_ot_info_list_features( info, PANGO_OT_TABLE_GSUB, 0, 0, PANGO_OT_DEFAULT_LANGUAGE );
|
H A D | Layout-TNG-Output.cpp | 479 CairoGlyphInfo info; local 480 info.index = _glyphs[glyph_index].glyph; 482 info.x = glyph_matrix[4]; 483 info.y = glyph_matrix[5]; 485 glyphtext.push_back(info);
|
/inkscape/src/ui/widget/ |
H A D | imageicon.cpp | 185 //Get some image info. Smart pointer does not need to be deleted 383 struct stat info; local 384 if (stat(fName, &info)) // stat returns 0 upon success 386 showBrokenImage("Cannot get file info"); 389 if (info.st_size > 0x150000L) {
|
H A D | selected-style.h | 224 guint info,
|
/inkscape/ |
H A D | buildtool.cpp | 312 struct regex_info *info) { 347 if (info->flags & SLRE_IGNORE_CASE) { 360 struct regex_info *info) { 369 result = info->flags & SLRE_IGNORE_CASE ? 374 result = match_op((unsigned char *) re + len, (unsigned char *) s, info); 381 static int doh(const char *s, int s_len, struct regex_info *info, int bi); 384 struct regex_info *info, int bi) { 391 step = re[i] == '(' ? info->brackets[bi + 1].len + 2 : 404 int result = bar(re + i, step, s + j, s_len - j, info, bi); 418 if ((n1 = bar(re + i, step, s + j2, s_len - j2, info, b 311 match_op(const unsigned char *re, const unsigned char *s, struct regex_info *info) argument 359 match_set(const char *re, int re_len, const char *s, struct regex_info *info) argument 383 bar(const char *re, int re_len, const char *s, int s_len, struct regex_info *info, int bi) argument 503 doh(const char *s, int s_len, struct regex_info *info, int bi) argument 521 baz(const char *s, int s_len, struct regex_info *info) argument 536 setup_branch_points(struct regex_info *info) argument 565 foo(const char *re, int re_len, const char *s, int s_len, struct regex_info *info) argument 627 struct regex_info info; local [all...] |
/inkscape/src/xml/ |
H A D | repr-io.cpp | 201 GMatchInfo *info; local 208 g_regex_match (regex, this->cachedData.c_str(), G_REGEX_MATCH_NEWLINE_ANY, &info); 210 while (g_match_info_matches (info)) { 211 if (g_match_info_fetch_pos (info, 1, &start, &end)) 213 g_match_info_next (info, NULL); 215 g_match_info_free(info);
|
/inkscape/src/extension/ |
H A D | extension.cpp | 766 Gtk::Frame * info = Gtk::manage(new Gtk::Frame("General Extension Information")); local 767 retval->pack_start(*info, true, true, 5); 775 info->add(*table);
|
/inkscape/packaging/macosx/ |
H A D | osx-build.sh | 72 create info file for current build 158 info) 300 INFOFILE="$NEWNAME-info.txt" 331 PORTLIC="$(port info --license --line $1 2>/dev/null)" 332 PORTURL="$(port info --homepage --line $1 2>/dev/null)" 423 # echo "Debug info: 426 # echo "Debug info: 436 if [ -z "$(bzr info | grep "checkout")" ]; then
|
/inkscape/src/ui/ |
H A D | interface.cpp | 133 guint info, 140 guint info, 249 completeDropTargets[pos].info = IMAGE_DATA; 944 guint info, 951 switch (info) { 985 // piggie-backed palette entry info 1279 const char *mime = (info == JPEG_DATA ? "image/jpeg" : "image/png"); 1315 guint /*info*/, 940 sp_ui_drag_data_received(GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, GtkSelectionData *data, guint info, guint , gpointer ) argument
|