| /inkscape/src/libdepixelize/priv/ |
| H A D | curvature.h | 73 T num = xPrime(t) * yPrimePrime() - yPrime(t) * xPrimePrime(); local 75 return num / den;
|
| /inkscape/src/ |
| H A D | number-opt-number.h | 57 void setOptNumber(float num) argument 60 optNumber = num; 63 void setNumber(float num) argument 66 number = num;
|
| H A D | axis-manip.h | 190 unsigned int num = 0; local 191 if (axis & Box3D::X) num++; 192 if (axis & Box3D::Y) num++; 193 if (axis & Box3D::Z) num++; 195 return num;
|
| H A D | snap-candidate.h | 69 void setSourceNum(long num) {_source_num = num;} argument
|
| H A D | PylogFormatter.h | 334 void _padOut( unsigned int num, int digits ) argument 341 for ( unsigned int i = match; i > 1 && i > num; i /= 10 ) 345 (*_o) << num;
|
| H A D | vanishing-point.cpp | 326 guint num = this->numberOfBoxes(); local 331 num), 332 num); 338 num), 339 num); 346 num), 347 num); 417 guint num = 0; local 419 num += (*vp).numberOfBoxes(); 421 return num; [all...] |
| H A D | desktop-style.cpp | 510 gint num = 0; local 622 num ++; 645 g_assert (num >= 1); 647 c[0] /= num; 648 c[1] /= num; 649 c[2] /= num; 650 c[3] /= num; 665 if (num > 1) { 1818 float num = spblur->stdDeviation.getNumber(); local 1819 float dummy = num * i2 [all...] |
| H A D | gradient-drag.cpp | 957 guint num = SP_LINEARGRADIENT(server)->vector.stops.size(); local 969 d_temp = drag->getDraggerFor (draggable->item, POINT_LG_END, num-1, draggable->fill_or_stroke); 974 guint num = SP_RADIALGRADIENT(server)->vector.stops.size(); local 986 d_temp = drag->getDraggerFor (draggable->item, (draggable->point_type==POINT_RG_MID1) ? POINT_RG_R1 : POINT_RG_R2, num-1, draggable->fill_or_stroke); 1509 guint num = SP_GRADIENT(server)->vector.stops.size(); 1510 if (num <= 2) return; 1513 for ( guint i = 1; i < num - 1; i++ ) { 1517 for ( guint i = 1; i < num - 1; i++ ) { 1917 guint num = rg->vector.stops.size(); local 1918 if (num > 1940 guint num = lg->vector.stops.size(); local [all...] |
| /inkscape/src/ui/ |
| H A D | tools-switch.cpp | 141 tools_isactive(SPDesktop *dt, unsigned num) argument 143 g_assert( num < G_N_ELEMENTS(tool_names) ); 145 return dt->event_context->pref_observer->observed_path == tool_names[num]; 158 tools_switch(SPDesktop *dt, int num) argument 160 dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, gettext( tool_msg[num] ) ); 163 dt->_tool_changed.emit(num); 166 dt->set_event_context2(tool_names[num]); 169 dt->activate_guides(num < 5);
|
| /inkscape/src/filters/ |
| H A D | gaussian-blur.cpp | 95 void sp_gaussianBlur_setDeviation(SPGaussianBlur *blur, float num) argument 97 blur->stdDeviation.setNumber(num); 100 void sp_gaussianBlur_setDeviation(SPGaussianBlur *blur, float num, float optnum) argument 102 blur->stdDeviation.setNumber(num); 113 gfloat num = this->stdDeviation.getNumber(); local 115 if (num >= 0.0) { 119 nr_blur->set_deviation((double) num, (double) optnum); 121 nr_blur->set_deviation((double) num);
|
| /inkscape/src/extension/internal/ |
| H A D | gimpgrad.cpp | 57 static void append_css_num(Glib::ustring &str, double const num) argument 60 stream << num; local
|
| /inkscape/src/libcroco/ |
| H A D | cr-term.h | 28 #include "cr-num.h" 108 CRNum *num ; member in union:_CRTerm::__anon105
|
| H A D | cr-token.h | 29 #include "cr-num.h" 111 CRNum *num ; member in union:_CRToken::__anon107
|
| H A D | cr-fonts.h | 30 #include "cr-num.h" 174 CRNum *num ; member in struct:_CRFontSizeAdjust
|
| H A D | cr-tknzr.c | 1239 *rgb: rgb '('S*{num}%?S* ',' {num}#?S*,S*{num}#?S*')' 1250 CRNum *num = NULL; local 1281 status = cr_tknzr_parse_num (a_this, &num); 1282 ENSURE_PARSING_COND ((status == CR_OK) && (num != NULL)); 1284 red = (glong)num->val; 1285 cr_num_destroy (num); 1286 num = NULL; 1300 status = cr_tknzr_parse_num (a_this, &num); 2382 CRNum *num = NULL; local [all...] |
| /inkscape/src/display/ |
| H A D | canvas-text.cpp | 290 sp_canvastext_set_number_as_text (SPCanvasText *ct, int num) argument 293 number << num; local
|
| H A D | nr-filter-turbulence.cpp | 347 void FilterTurbulence::set_numOctaves(int num){ argument 348 numOctaves = num;
|
| /inkscape/src/ui/dialog/ |
| H A D | spellcheck.cpp | 832 gint num = gtk_combo_box_get_active((GtkComboBox *)dictionary_combo); local 833 switch (num) {
|
| /inkscape/src/libavoid/ |
| H A D | geometry.cpp | 432 double Ax,Bx,Cx,Ay,By,Cy,d,e,f,num; local 514 num = d*Ax; 516 *x = a1.x + (num) / f; 518 num = d*Ay; 520 *y = a1.y + (num) / f; 532 double Ax,Bx,Cx,Ay,By,Cy,d,f,num; local 551 num = d*Ax; 553 *x = a1.x + (num) / f; 555 num = d*Ay; 557 *y = a1.y + (num) / [all...] |
| /inkscape/src/2geom/ |
| H A D | ellipse.cpp | 59 double num = A * sqr(_center[X]) local 79 double rx2 = num / den; 89 double ry2 = num / den;
|
| /inkscape/src/ui/tool/ |
| H A D | control-point-selection.cpp | 290 unsigned num = 0; local 291 for (SortMap::iterator i = sm.begin(); i != sm.end(); ++i, ++num) { 293 pos[d] = start + num * step; 498 unsigned num = 1 + combine_key_events(shortcut_key(event), 0); local 500 Geom::Point delta = dir * num;
|
| /inkscape/src/ui/tools/ |
| H A D | tweak-tool.cpp | 152 guint num = 0; local 156 num = desktop->selection->itemList().size(); 157 sel_message = g_strdup_printf(ngettext("<b>%i</b> object selected","<b>%i</b> objects selected",num), num); 961 float num = spblur->stdDeviation.getNumber(); local 962 blur_now += num * i2dt.descrim(); // sum all blurs in the filter 1186 guint num = 0; local 1188 num = desktop->selection->itemList().size(); 1190 if (num == 0) {
|
| /inkscape/src/ui/widget/ |
| H A D | preferences-widget.cpp | 398 draw_number(cairo_t *cr, Geom::Point pos, double num) { argument 400 number << num; local
|
| /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 632 gdouble delta = num - descr->value; 643 str = g_strdup_printf( act->private_data->format, num, 669 gdouble num ) 674 gdouble valUpper = num + act->private_data->epsilon; 675 gdouble valLower = num - act->private_data->epsilon;
|
| /inkscape/src/libuemf/ |
| H A D | uemf_print.c | 65 \param num number of bytes 67 void hexbytes_print(uint8_t *buf,unsigned int num){ argument 68 for(; num; num--,buf++){
|