Searched refs:ui (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/2geom/ |
H A D | sbasis-2d.h | 163 Linear2d& index(unsigned ui, unsigned vi) { 164 assert(ui < us); 166 return (*this)[ui + vi*us]; 169 Linear2d index(unsigned ui, unsigned vi) const { 170 if(ui >= us) 174 return (*this)[ui + vi*us]; 185 for(unsigned ui = 0; ui < us; ui++) { 186 p += (sk*tk)*index(ui, v [all...] |
H A D | sbasis-2d.cpp | 13 for(unsigned ui = 0; ui < a.us; ui++) { 14 bo += (extract_u(a.index(ui, vi), u))*sk; 27 for(unsigned ui = 0; ui < a.us; ui++) { 31 bo += (extract_v(a.index(ui, vi), v))*sk; 34 sb[ui] = bo; 58 for(unsigned ui [all...] |
H A D | bezier-utils.cpp | 501 double const ui = u[i]; 503 B0(ui), 504 B1(ui), 505 B2(ui), 506 B3(ui)
|
/inkscape/src/live_effects/ |
H A D | lpe-lattice.cpp | 133 for(unsigned ui = 0; ui < sb2[dim].us; ui++) { 137 unsigned i = ui + vi*sb2[dim].us; 140 Geom::Point base( (ui + iu*(3-2*ui))*width/3., 144 if(vi == 0 && ui == 0) { 152 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
|
H A D | lpe-lattice2.cpp | 181 for(unsigned ui = 0; ui < sb2[dim].us; ui++) { 185 unsigned i = ui + vi*sb2[dim].us; 188 Geom::Point base( (ui + iu*(4-2*ui))*width/4., 192 if(vi == 0 && ui == 0) { 200 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
|
/inkscape/src/ui/widget/ |
H A D | attr-widget.h | 72 DefaultValueHolder (unsigned int ui) { argument 74 value.uint_val = ui;
|
/inkscape/src/libnrtype/ |
H A D | font-lister.cpp | 433 std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(current_fontspec); local 434 set_font_family(ui.first); 435 set_font_style(ui.second); 453 std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(new_fontspec); local 454 Glib::ustring new_family = ui.first; 455 Glib::ustring new_style = ui.second; 544 std::pair<Glib::ustring, Glib::ustring> ui = new_font_family(new_family, check_style); local 545 current_family = ui.first; 546 current_style = ui.second; 559 return ui; 580 std::pair<Glib::ustring, Glib::ustring> ui = set_font_family(new_family, check_style); local 623 std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(fontspec); local [all...] |
/inkscape/src/ |
H A D | main-cmdlineact.cpp | 10 #include <ui/view/view.h>
|
/inkscape/src/widgets/ |
H A D | font-selector.cpp | 487 std::pair<Glib::ustring, Glib::ustring> ui = font_lister->ui_from_fontspec( fontspec ); local 488 Glib::ustring family = ui.first; 489 Glib::ustring style = ui.second;
|
Completed in 26 milliseconds