Searched defs:dst (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/
H A Dstyle-test.h29 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...]
/inkscape/cxxtest/cxxtest/
H A DValueTraits.cpp30 char *copyString( char *dst, const char *src ) argument
32 while ( (*dst = *src) != '\0' ) {
33 ++ dst;
36 return dst;
/inkscape/src/libuemf/
H A Duemf_utf.c176 \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...]
/inkscape/src/libavoid/
H A Dvertices.cpp239 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 Dconnector.cpp196 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/libdepixelize/priv/
H A Dhomogeneoussplines.h120 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/xml/
H A Drepr-css.cpp330 * 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, "");
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp493 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/libgdl/
H A Dgdl-dock-object.c763 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 Dgdl-dock-item.c142 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/display/
H A Dnr-filter-gaussian.cpp370 filter2D_FIR(PT *const dst, int const dstr1, int const dstr2, argument
449 dst[dst_disp + byte] = round_cast<PT>(sum);
459 dst[nb_dst_disp] = last_in;
/inkscape/src/ui/dialog/
H A Dcolor-item.cpp152 static bool getBlock( std::string& dst, guchar ch, std::string const & str ) argument
162 dst = str.substr( pos2 + 1, (endPos - pos2 - 1) );
/inkscape/src/widgets/
H A Dege-adjustment-action.cpp624 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
/inkscape/src/extension/internal/
H A Dtext_reassemble.c540 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...]

Completed in 863 milliseconds