Searched +defs:val +defs:input (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-tknzr.c35 /**The parser input stream of bytes*/
36 CRInput *input; member in struct:_CRTknzrPriv
43 *from the input stream.
91 *Peeks the next char from the input stream of the current tokenizer.
106 *Reads the next char from the input stream of the current parser.
119 *the input of the parser.
125 *inside the current parser input. Must
129 (a_tknzr)->input, a_pos) ; \
134 *parser input.
141 (PRIVATE (a_tknzr)->input, a_add
1558 gdouble val = (numerator / denominator) * sign; local
1624 CRInput *input = NULL; local
1641 CRInput *input = NULL; local
1969 CRInput *input = NULL; local
[all...]
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp137 const gchar* val = attribute_value(o); local
138 if(val) {
139 if(_true_val == val)
141 else if(_false_val == val)
170 const double val = get_value(); local
173 return Glib::Ascii::dtostr((int)val);
175 return Glib::Ascii::dtostr(val);
180 const gchar* val = attribute_value(o); local
181 if(val){
182 set_value(Glib::Ascii::strtod(val));
296 const gchar* val = attribute_value(o); local
353 const gchar* val = attribute_value(o); local
395 const gchar* val = attribute_value(o); local
678 const gchar* val = attribute_value(o); local
1079 set_func_attr(const AttrWidget* input) argument
2212 draw_connection(const Cairo::RefPtr<Cairo::Context>& cr, const Gtk::TreeIter& input, const int attr, const int text_start_x, const int x1, const int y1, const int row_count) argument
2312 do_connection_node(const Gtk::TreeIter& row, const int input, std::vector<Gdk::Point>& points, const int ix, const int iy) argument
3079 set_attr_direct(const AttrWidget* input) argument
3084 set_filternode_attr(const AttrWidget* input) argument
3098 set_child_attr_direct(const AttrWidget* input) argument
3103 set_attr(SPObject* o, const SPAttributeEnum attr, const gchar* val) argument
[all...]

Completed in 22 milliseconds