Searched defs:arg1 (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/widgets/
H A Dege-output-action.cpp51 static void fixup_labels( GObject *gobject, GParamSpec *arg1, gpointer user_data );
210 void fixup_labels( GObject *gobject, GParamSpec *arg1, gpointer user_data ) argument
214 if ( arg1 && arg1->name && (strcmp("label", arg1->name) == 0) ) {
H A Dstar-toolbar.cpp93 double arg1 = 0.5; local
94 sp_repr_get_double(repr, "sodipodi:arg1", &arg1);
96 (arg1 + M_PI / (gint)gtk_adjustment_get_value(adj)));
/inkscape/src/ui/tools/
H A Dstar-tool.cpp392 double arg1 = atan2(d); local
396 arg1 = sp_round(arg1, M_PI / snaps);
400 arg1, arg1 + M_PI / sides, this->isflatsided, this->rounded, this->randomized);
409 rads->str, sp_round((arg1) * 180 / M_PI, 0.0001));
/inkscape/src/
H A Dsp-star.cpp59 this->readAttr( "sodipodi:arg1" );
78 sp_repr_set_svg_double(repr, "sodipodi:arg1", this->arg[0]);
469 sp_star_position_set (SPStar *star, gint sides, Geom::Point center, gdouble r1, gdouble r2, gdouble arg1, gdouble arg2, bool isflat, double rounded, double randomized) argument
484 star->arg[0] = arg1;
/inkscape/src/ui/
H A Dobject-edit.cpp1034 double arg1 = atan2(d); local
1035 double darg1 = arg1 - star->arg[0];
1045 star->arg[0] = arg1;
1062 double arg1 = atan2(d); local
1063 double darg1 = arg1 - star->arg[1];
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp418 sp_repr_set_svg_double(newNode, "sodipodi:arg1", rot);
428 gdouble arg1, gdouble arg2, GError **error)
439 sp_repr_set_svg_double(newNode, "sodipodi:arg1", arg1);
426 document_interface_star(DocumentInterface *doc_interface, int cx, int cy, int r1, int r2, int sides, gdouble rounded, gdouble arg1, gdouble arg2, GError **error) argument
/inkscape/src/libuemf/
H A Duwmf.c1894 uint16_t *arg1,
1902 if(arg1)irecsize+=2;
1909 if(arg1){ memcpy(record + off, arg1, 2); off+=2; }
1921 uint16_t arg1
1930 memcpy(record+off,&arg1,2);
1939 uint16_t arg1,
1949 memcpy(record+off,&arg1,2); off+=2;
1959 uint16_t arg1,
1971 memcpy(record+off,&arg1,
1892 U_WMRCORE_1U16_CRF_2U16_set( int iType, uint16_t *arg1, U_COLORREF Color, uint16_t *arg2, uint16_t *arg3 ) argument
1937 U_WMRCORE_2U16_set( int iType, uint16_t arg1, uint16_t arg2 ) argument
1957 U_WMRCORE_4U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4 ) argument
1981 U_WMRCORE_5U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4, uint16_t arg5 ) argument
2007 U_WMRCORE_6U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4, uint16_t arg5, uint16_t arg6 ) argument
2035 U_WMRCORE_8U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4, uint16_t arg5, uint16_t arg6, uint16_t arg7, uint16_t arg8 ) argument
2072 U_WMRCORE_2U16_N16_set( int iType, const uint16_t *arg1, const uint16_t *arg2, const uint16_t N16, const void *array ) argument
4528 U_WMRCORE_1U16_CRF_2U16_get( const char *contents, uint16_t *arg1, U_COLORREF *Color, uint16_t *arg2, uint16_t *arg3 ) argument
4560 U_WMRCORE_2U16_get( const char *contents, int minsize, uint16_t *arg1, uint16_t *arg2 ) argument
4575 U_WMRCORE_4U16_get( const char *contents, int minsize, uint16_t *arg1, uint16_t *arg2, uint16_t *arg3, uint16_t *arg4 ) argument
4595 U_WMRCORE_5U16_get( const char *contents, int minsize, uint16_t *arg1, uint16_t *arg2, uint16_t *arg3, uint16_t *arg4, uint16_t *arg5 ) argument
4617 U_WMRCORE_6U16_get( const char *contents, int minsize, uint16_t *arg1, uint16_t *arg2, uint16_t *arg3, uint16_t *arg4, uint16_t *arg5, uint16_t *arg6 ) argument
4641 U_WMRCORE_8U16_get( const char *contents, int minsize, uint16_t *arg1, uint16_t *arg2, uint16_t *arg3, uint16_t *arg4, uint16_t *arg5, uint16_t *arg6, uint16_t *arg7, uint16_t *arg8 ) argument
4674 U_WMRCORE_2U16_N16_get( const char *contents, int minsize, uint16_t *arg1, uint16_t *arg2, const char **array ) argument
[all...]

Completed in 145 milliseconds