/inkscape/src/util/ |
H A D | format.h | 24 char *temp=g_strdup_vprintf(format, args); local 25 ptr_shared<char> result=share_string(temp); 26 g_free(temp);
|
H A D | list-container.h | 184 ListContainer temp(size, fill); 186 _head = temp._head; 187 _tail = temp._tail; 189 set_rest(_tail, temp._head); 190 _tail = temp._tail; 292 void _insert_from_temp(const_iterator pos, ListContainer const &temp) { argument 293 if (temp.empty()) { 297 _head = temp._head; 298 _tail = temp._tail; 301 set_rest(temp 313 _insert_after_from_temp(const_iterator pos, ListContainer const &temp) argument [all...] |
/inkscape/src/io/ |
H A D | resource.cpp | 35 gchar const* temp = 0; local 37 case APPICONS: temp = INKSCAPE_APPICONDIR; break; 38 case EXTENSIONS: temp = INKSCAPE_EXTENSIONDIR; break; 39 case GRADIENTS: temp = INKSCAPE_GRADIENTSDIR; break; 40 case ICONS: temp = INKSCAPE_PIXMAPDIR; break; 41 case KEYS: temp = INKSCAPE_KEYSDIR; break; 42 case MARKERS: temp = INKSCAPE_MARKERSDIR; break; 43 case PALETTES: temp = INKSCAPE_PALETTESDIR; break; 44 case PATTERNS: temp = INKSCAPE_PATTERNSDIR; break; 45 case SCREENS: temp 54 gchar const* temp = 0; local 81 gchar *temp=g_build_filename(path, filename, NULL); local [all...] |
/inkscape/src/ |
H A D | rubberband.cpp | 35 SPCanvasItem *temp = _rect; local 37 sp_canvas_item_destroy(temp); 40 SPCanvasItem *temp = _touchpath; local 42 sp_canvas_item_destroy(temp);
|
H A D | sp-flowregion.cpp | 344 Shape* temp=new Shape; local 345 temp->Booleen(const_cast<Shape*>(add_shape), *base_shape, bool_op_union); 347 *base_shape = temp; 382 Path* temp=new Path; local 383 temp->LoadPathVector(curve->get_pathvector(), tr_mat, true); 385 temp->Convert(0.25); 386 temp->Fill(n_shp,0); 397 delete temp;
|
H A D | rdf.cpp | 491 Inkscape::XML::Node const * temp = NULL; member in class:Inkscape::XML 494 temp = repr->firstChild(); 495 if ( temp == NULL ) return NULL; 497 return temp->content(); 500 temp = sp_repr_lookup_name ( repr, "cc:Agent", 1 ); 501 if ( temp == NULL ) return NULL; 503 temp = sp_repr_lookup_name ( temp, "dc:title", 1 ); 504 if ( temp == NULL ) return NULL; 506 temp 565 Inkscape::XML::Node * temp=NULL; local [all...] |
H A D | desktop-events.cpp | 366 Geom::Point temp; local 368 temp = guide->getPoint(); 369 m.guideFreeSnap(motion_dt, temp, true, false); 370 guide->moveto(temp, false); 372 temp = guide->getNormal(); 373 m.guideFreeSnap(motion_dt, temp, false, true); 374 guide->set_normal(temp, false); 447 Geom::Point temp; local 449 temp = guide->getPoint(); 450 m.guideFreeSnap(event_dt, temp, tru [all...] |
H A D | preferences.cpp | 380 std::vector<Entry> temp; local 386 temp.push_back( Entry(path + '/' + g_quark_to_string(alist->key), static_cast<void const*>(alist->value.pointer())) ); 389 return temp; 400 std::vector<Glib::ustring> temp; local 404 temp.push_back(path + '/' + i->attribute("id")); 407 return temp;
|
H A D | sp-text.cpp | 502 Path *temp = new Path; local 504 temp->LoadPathVector( curve->get_pathvector(), shape->transform, true ); 507 temp->OutsideOutline ( padded, style->shape_padding.computed, join_round, butt_straight, 20.0 ); 510 padded->Copy( temp ); 515 // for( unsigned i = 0; i < temp->pts.size(); ++i ) { 516 // std::cout << " ........ " << temp->pts[i].p << std::endl; 523 delete temp;
|
/inkscape/src/ui/dialog/ |
H A D | memory.cpp | 59 Glib::ustring temp; local 64 temp.append(1, digits->back()); 74 temp.append(","); 77 return temp;
|
/inkscape/src/svg/ |
H A D | svg-path-geom-test.h | 409 char temp[100]; local 410 sprintf(temp, "PathVectors not the same size: %u != %u", static_cast<unsigned int>(a.size()),static_cast<unsigned int>( b.size())); 411 TS_FAIL(temp); 418 char temp[100]; local 419 sprintf(temp, "Left subpath is closed, right subpath is open. Subpath: %u", static_cast<unsigned int>(i)); 420 TS_FAIL(temp); 424 char temp[100]; local 425 sprintf(temp, "Right subpath is closed, left subpath is open. Subpath: %u", static_cast<unsigned int>(i)); 426 TS_FAIL(temp); 430 char temp[10 local 444 char temp[200]; local 450 char temp[200]; local 460 char temp[200]; local 466 char temp[200]; local 472 char temp[200]; local 478 char temp[200]; local 486 char temp[200]; local 493 char temp[200]; local [all...] |
/inkscape/src/display/ |
H A D | cairo-utils.h | 188 const guint32 temp = alpha * color + 128; local 189 return (temp + (temp >> 8)) >> 8;
|
/inkscape/src/xml/ |
H A D | repr-util.cpp | 163 char *temp; local 166 temp = g_strdup_printf("%s%d", new_prefix, counter++); 167 } while (sp_xml_ns_prefix_uri(temp)); 169 new_prefix = temp;
|
H A D | repr-css.cpp | 387 std::string temp; local 393 while( !(ss >> temp).eof() ) { 394 characters += temp; 397 characters += temp;
|
/inkscape/share/extensions/ |
H A D | dxf_input.py | 518 temp = vals[groups['51']][0] variable 520 vals[groups['50']][0] = 180.0 - temp
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-paned.c | 540 gint temp = 0; local 548 g_object_get (G_OBJECT (requestor), "preferred_height", &temp, NULL); local 549 if (temp == -2) 551 temp = 0; 552 g_object_get (G_OBJECT (requestor), "preferred_width", &temp, NULL); local 553 if (temp == -2)
|
/inkscape/src/extension/internal/ |
H A D | metafile-print.cpp | 287 char temp[32]; // large enough local 288 strncpy(temp, pat_i->getAttribute("id"), sizeof(temp)-1); // Some names may be longer than [EW]MFhatch#_###### 289 temp[sizeof(temp)-1] = '\0'; 290 hatch_classify(temp, hatchType, hatchColor, bkColor);
|
/inkscape/src/live_effects/ |
H A D | lpe-rough-hatches.cpp | 111 std::vector<LevelCrossingInfo>temp; local 118 temp.push_back(elem); 121 std::sort(temp.begin(),temp.end(),LevelCrossingInfoOrder()); 125 for (unsigned i=0; i<temp.size(); i++){ 126 unsigned lvl = temp[i].level, idx = temp[i].idx; 127 if ( i == temp.size()-1 || temp[i+1].t > jumps[jump_idx+1]){ 128 std::pair<unsigned,unsigned>next_data(temp[first_in_com [all...] |
H A D | lpe-taperstroke.cpp | 177 Geom::Path temp; local 180 temp.append(path_in[i]); 186 return temp;
|
H A D | lpe-powerstroke.cpp | 60 std::vector<Geom::Point> temp; local 61 sbasis_to_bezier(temp, sbasis_in, 4); 62 return Geom::CubicBezier( temp );
|
/inkscape/src/ui/ |
H A D | object-edit.cpp | 156 gdouble temp = MIN(rect->height.computed, rect->width.computed) / 2.0; local 157 rect->rx = rect->ry = CLAMP(rect->x.computed + rect->width.computed - s[Geom::X], 0.0, temp); 206 gdouble temp = MIN(rect->height.computed, rect->width.computed) / 2.0; local 207 rect->rx = rect->ry = CLAMP(s[Geom::Y] - rect->y.computed, 0.0, temp);
|
/inkscape/src/ui/tools/ |
H A D | tool-base.cpp | 1176 std::vector<SPItem*> temp; local 1177 temp.push_back(item); 1178 SPItem *item_at_point = desktop->getItemFromListAtPointBottom(temp, p);
|
H A D | spray-tool.cpp | 1323 double temp ; local 1324 temp = this->population; 1347 this->population = temp;
|
/inkscape/src/widgets/ |
H A D | stroke-style.cpp | 848 SPIPaintOrder temp; local 849 temp.read( paint_order ); 851 if (temp.layer[0] != SP_CSS_PAINT_ORDER_NORMAL) { 853 if (temp.layer[0] == SP_CSS_PAINT_ORDER_FILL) { 854 if (temp.layer[1] == SP_CSS_PAINT_ORDER_STROKE) { 859 } else if (temp.layer[0] == SP_CSS_PAINT_ORDER_STROKE) { 860 if (temp.layer[1] == SP_CSS_PAINT_ORDER_FILL) { 866 if (temp.layer[1] == SP_CSS_PAINT_ORDER_STROKE) {
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 567 Geom::Point temp = bisector.versor(); local 568 Geom::Point limit_point = point_on_path + miter_limit * temp; 665 Geom::Path const& temp = jd.outgoing; member in class:__anon52::Geom 666 Geom::Crossings cross = Geom::crossings(res, temp); 689 Geom::Path d2 = temp.portion(cross[solution].tb, temp.size()); 697 res.appendNew<Geom::LineSegment>(temp.initialPoint()); 698 res.append(temp); 961 Geom::Path temp; local 965 temp 1013 outline_join(Geom::Path &res, Geom::Path const& temp, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, Inkscape::LineJoinType join) argument [all...] |