/inkscape/cxxtest/cxxtest/ |
H A D | ValueTraits.cpp | 30 char *copyString( char *dst, const char *src ) argument 32 while ( (*dst = *src) != '\0' ) { 33 ++ dst; 36 return dst;
|
H A D | ValueTraits.h | 50 char *copyString( char *dst, const char *src );
|
/inkscape/src/libuemf/ |
H A D | uemf_utf.c | 176 \param dst destination (already allocated) 181 uint16_t *dst, 186 for(;nchars;nchars--,dst++,src++){ 187 *dst = *src; 195 \param dst destination (already allocated) 201 uint16_t *dst, 206 for(;*src && nchars;nchars--,dst++,src++){ *dst = *src; } 207 for(;nchars;nchars--,dst++){ *dst 180 wchar16strncpy( uint16_t *dst, const uint16_t *src, size_t nchars ) argument 200 wchar16strncpypad( uint16_t *dst, const uint16_t *src, size_t nchars ) argument 229 char *dst,*dst2; local 272 char *dst,*dst2; local 320 char *dst,*dst2; local 362 char *dst,*dst2; local 404 char *dst,*dst2; local 446 char *dst,*dst2; local 488 char *dst, *dst2; local 534 char *dst, *dst2; local 577 uint16_t dst=src; local 600 char *dst,*dst2; local 644 char *dst,*dst2; local [all...] |
H A D | uemf_utf.h | 35 void wchar16strncpy(uint16_t *dst, const uint16_t *src, size_t nchars); 36 void wchar16strncpypad(uint16_t *dst, const uint16_t *src, size_t nchars);
|
/inkscape/src/libnrtype/ |
H A D | font-style.h | 25 void Apply(Path *src, Shape *dst); // utility: applies the style to the path and stores the result in the shape
|
/inkscape/src/libdepixelize/priv/ |
H A D | homogeneoussplines.h | 120 Points *dst; member in struct:Tracer::HomogeneousSplines::CommonEdge 143 CommonEdge _common_edge(Points &dst, const Points &src); 156 * Add polygon represented by \p common_edge.src to \p common_edge.dst. 247 HomogeneousSplines<T>::_common_edge(Points &dst, const Points &src) argument 253 const points_iter dst_begin = dst.begin(); 254 const points_iter dst_end = dst.end(); 323 ret.dst = &dst; 378 Points &dst = *common_edge.dst; local [all...] |
/inkscape/src/ |
H A D | style-test.h | 29 static void createSuiteSubclass( StyleTest*& dst ) 31 dst = new StyleTest(); 55 TestCase(gchar const* src, gchar const* dst = 0, gchar const* uri = 0) : src(src), dst(dst), uri(uri) {} 57 gchar const* dst; member in struct:StyleTest::TestCase 258 if ( cases[i].dst ) { 259 // std::cout << " " << str0_set << " " << std::string(cases[i].dst) << std::endl; 260 TS_ASSERT_EQUALS( str0_set, std::string(cases[i].dst) ); 272 TestCase(gchar const* src, gchar const* dst, boo argument 275 gchar const* dst; member in struct:StyleTest::TestCase [all...] |
H A D | color-profile-test.h | 32 static void createSuiteSubclass( ColorProfileTest*& dst ) 38 dst = new ColorProfileTest();
|
H A D | sp-style-elem-test.h | 29 static void createSuiteSubclass( SPStyleElemTest *& dst ) 39 dst = new SPStyleElemTest();
|
H A D | sp-conn-end-pair.cpp | 276 Avoid::Point dst(endPt[1][Geom::X], endPt[1][Geom::Y]); 278 _connRef->setEndpoints(src, dst); 379 Avoid::Point dst(endPt[1][Geom::X], endPt[1][Geom::Y]); 381 _connRef->setEndpoints(src, dst);
|
H A D | sp-gradient-test.h | 31 static void createSuiteSubclass( SPGradientTest *& dst ) 39 dst = new SPGradientTest();
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-object.c | 763 GValue *dst) 765 dst->data [0].v_pointer = g_strdup_printf ("%d", src->data [0].v_int); 770 GValue *dst) 772 dst->data [0].v_pointer = g_strdup_printf ("%u", src->data [0].v_uint); 777 GValue *dst) 779 dst->data [0].v_pointer = g_strdup (src->data [0].v_pointer); 784 GValue *dst) 786 dst->data [0].v_pointer = g_strdup_printf ("%s", src->data [0].v_int ? "yes" : "no"); 791 GValue *dst) 795 dst 762 gdl_dock_param_export_int(const GValue *src, GValue *dst) argument 769 gdl_dock_param_export_uint(const GValue *src, GValue *dst) argument 776 gdl_dock_param_export_string(const GValue *src, GValue *dst) argument 783 gdl_dock_param_export_bool(const GValue *src, GValue *dst) argument 790 gdl_dock_param_export_placement(const GValue *src, GValue *dst) argument 819 gdl_dock_param_import_int(const GValue *src, GValue *dst) argument 826 gdl_dock_param_import_uint(const GValue *src, GValue *dst) argument 833 gdl_dock_param_import_string(const GValue *src, GValue *dst) argument 840 gdl_dock_param_import_bool(const GValue *src, GValue *dst) argument 847 gdl_dock_param_import_placement(const GValue *src, GValue *dst) argument [all...] |
H A D | gdl-dock-item.c | 142 GValue *dst); 144 GValue *dst); 2385 GValue *dst) 2387 dst->data [0].v_pointer = 2394 GValue *dst) 2397 dst->data [0].v_int = GTK_ORIENTATION_HORIZONTAL; 2399 dst->data [0].v_int = GTK_ORIENTATION_VERTICAL; 2384 gdl_dock_param_export_gtk_orientation(const GValue *src, GValue *dst) argument 2393 gdl_dock_param_import_gtk_orientation(const GValue *src, GValue *dst) argument
|
/inkscape/src/livarot/ |
H A D | sweep-tree.h | 65 void Avance(Shape *dst, int nPt, Shape *a, Shape *b);
|
/inkscape/src/extension/internal/ |
H A D | text_reassemble.h | 343 int csp_merge(CHILD_SPECS *dst, CHILD_SPECS *src); 351 int cxinfo_merge(CX_INFO *cxi, int dst, int src, enum tr_classes type); 364 int brinfo_merge(BR_INFO *bri, int dst, int src); 366 brinfo_pp_alignment(const BR_INFO *bri, int dst, int src, double slop, enum tr_classes type); 367 int brinfo_overlap(const BR_INFO *bri, int dst, int src, RT_PAD *rp_dst, RT_PAD *rp_src);
|
H A D | text_reassemble.c | 540 int dst; local 542 dst = cxi->used-1; /* complex being grown */ 544 prevbase = TR_baseline(tri, dst, NULL, &ymin); 547 trec = cxi->cx[dst].kids.members[0]; /* complex whose first text record holds vadvance for this complex */ 940 \param dst pointer to the CHILD_SPECS structure. 944 int csp_insert(CHILD_SPECS *dst, int src){ argument 946 if(!dst)return(2); 947 if(!(status=csp_make_insertable(dst))){ 948 dst->members[dst 962 csp_merge(CHILD_SPECS *dst, CHILD_SPECS *src) argument 1081 cxinfo_merge(CX_INFO *cxi, int dst, int src, enum tr_classes type) argument 1304 brinfo_merge(BR_INFO *bri, int dst, int src) argument 1342 brinfo_overlap(const BR_INFO *bri, int dst, int src, RT_PAD *rp_dst, RT_PAD *rp_src) argument 1419 brinfo_upstream(BR_INFO *bri, int dst, int src, int ddir, int sdir) argument 1455 brinfo_pp_alignment(const BR_INFO *bri, int dst, int src, double slop, enum tr_classes type) argument [all...] |
/inkscape/src/libavoid/ |
H A D | connector.h | 184 //! @param[in] dst The destination endpoint of the connector. 192 ConnRef(Router *router, const ConnEnd& src, const ConnEnd& dst, 288 VertInf *dst(void);
|
H A D | vertices.cpp | 239 bool directVis(VertInf *src, VertInf *dst) argument 244 Point& q = dst->point; 247 VertID& qID = dst->id; 251 COLA_ASSERT(router == dst->_router);
|
H A D | vertices.h | 109 bool directVis(VertInf *src, VertInf *dst);
|
H A D | router.cpp | 1590 if (connRef->dst()) 1593 connRef->id(), connRef->dst()->point.x, 1594 connRef->dst()->point.y, connRef->dst()->visDirections); 1757 if (connRef->src() && connRef->dst()) 1759 fprintf(fp, "debug=\"src: %d dst: %d\" ", 1761 connRef->dst()->visDirections); 1802 if (connRef->src() && connRef->dst()) 1804 fprintf(fp, "debug=\"src: %d dst: %d\" ", 1806 connRef->dst() [all...] |
H A D | connector.cpp | 196 ConnRef::ConnRef(Router *router, const ConnEnd& src, const ConnEnd& dst, argument 220 _dstVert = new VertInf(_router, VertID(_id, isShape, 2), dst.point()); 221 _dstVert->visDirections = dst.directions(); 225 setEndpoints(src, dst); 414 else // if (type == (unsigned int) VertID::dst) 527 VertInf *ConnRef::dst(void) function in class:Avoid::ConnRef 755 //db_printf("src: %X strt: %X dst: %x\n", (int) _srcVert, (int) _startVert, (int) _dstVert);
|
/inkscape/src/xml/ |
H A D | repr-css.cpp | 330 * Merges two SPCSSAttr's. Properties in src overwrite properties in dst if present in both. 332 void sp_repr_css_merge(SPCSSAttr *dst, SPCSSAttr *src) argument 334 g_assert(dst != NULL); 337 dst->mergeFrom(src, "");
|
H A D | repr.h | 92 void sp_repr_css_merge(SPCSSAttr *dst, SPCSSAttr *src);
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.cpp | 493 unsigned char *pixbuf_data, *dst, *cairo_data; local 514 dst = pixbuf_data + y * pixbuf_rowstride; 517 dst[0] = (*src >> 16) & 0xff; 518 dst[1] = (*src >> 8) & 0xff; 519 dst[2] = (*src >> 0) & 0xff; 521 dst[3] = (*src >> 24) & 0xff; 522 dst += pixbuf_n_channels;
|
/inkscape/src/widgets/ |
H A D | ege-adjustment-action.cpp | 624 static void create_single_menu_item( GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num, gboolean active ) argument 647 *dst = gtk_radio_menu_item_new_with_label( *group, str ); 649 *group = gtk_radio_menu_item_get_group( GTK_RADIO_MENU_ITEM(*dst) ); 652 gtk_check_menu_item_set_active( GTK_CHECK_MENU_ITEM(*dst), TRUE ); 654 gtk_menu_shell_append( GTK_MENU_SHELL(menu), *dst ); local 655 g_object_set_qdata( G_OBJECT(*dst), gDataName, act ); 657 g_signal_connect( G_OBJECT(*dst), "toggled", toggleCb, GINT_TO_POINTER(val) ); 667 GtkWidget** dst, 681 create_single_menu_item( toggleCb, val + g_list_position(act->private_data->descriptions, cur), menu, act, dst, group, descr->value, FALSE ); 662 flush_explicit_items( GList* descriptions, GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num ) argument
|