/inkscape/src/libcroco/ |
H A D | cr-input.h | 57 glong col ; member in struct:_CRInputPos
|
H A D | cr-input.c | 64 *The current col number 66 gulong col; member in struct:_CRInputPriv 170 PRIVATE (result)->col = 0; 470 PRIVATE (a_this)->col = 1; 474 PRIVATE (a_this)->col++; 539 PRIVATE (a_this)->col = a_col; 559 *a_col = PRIVATE (a_this)->col; 597 PRIVATE (a_this)->col += a_increment; 995 a_pos->col = PRIVATE (a_this)->col; [all...] |
/inkscape/src/live_effects/parameter/ |
H A D | originalpatharray.cpp | 91 Gtk::TreeViewColumn* col = _tree.get_column(toggleColNum); local 94 col->add_attribute(_toggle_renderer->property_active(), _model->_colReverse);
|
/inkscape/src/ |
H A D | syseq.h | 151 static void gauss_jordan_step (double A[S][T], int row, int col) { argument 152 double piv = A[row][col]; // pivot element 157 if (l == col) continue; 158 A[k][l] -= A[k][col] * A[row][l] / piv; 164 A[k][col] /= piv; 168 if (l == col) continue; 172 A[row][col] = 1/piv; 186 int col = find_pivot<S,T>(A, i, cols_used); local 187 cols_used.push_back(col); 188 if (col [all...] |
H A D | sp-mesh-array.h | 117 int col; member in class:SPMeshPatchI
|
/inkscape/src/extension/internal/bitmap/ |
H A D | imagemagick.cpp | 201 int col = 0; local 204 if (col++ > 76) { 206 col = 0; 209 if (col) {
|
/inkscape/src/ui/dialog/ |
H A D | layer-properties.cpp | 219 Gtk::TreeViewColumn* col = _tree.get_column(visibleColNum); local 220 if ( col ) { 221 col->add_attribute( eyeRenderer->property_active(), _model->_colVisible ); 227 col = _tree.get_column(lockedColNum); 228 if ( col ) { 229 col->add_attribute( renderer->property_active(), _model->_colLocked );
|
H A D | livepatheffect-editor.cpp | 166 Gtk::TreeViewColumn* col = effectlist_view.get_column(visibleColNum); local 167 if ( col ) { 168 col->add_attribute( eyeRenderer->property_active(), columns.col_visible );
|
H A D | grid-arrange-tab.cpp | 126 int cnt,row_cnt,col_cnt,a,row,col; local 134 // check for correct numbers in the row- and col-spinners 268 g_print("\n row = %f col = %f selection x= %f selection y = %f", total_row_height,total_col_width, b.extent(Geom::X), b.extent(Geom::Y)); 328 col = cnt % NoOfCols; 330 new_x = grid_left + (((col_widths[col] - width)/2)*HorizAlign) + col_xs[col];
|
H A D | align-and-distribute.cpp | 1227 guint row, guint col) 1231 id, tiptext, row, col, 1232 *this , col + row * 5)); 1235 guint row, guint col, bool onInterSpace, 1240 id, tiptext, row, col, *this , 1248 guint col, Geom::Dim2 orientation, bool distribute) 1252 id, tiptext, col, 1257 guint row, guint col) 1261 id, tiptext, row, col, *this) 1266 guint row, guint col) 1226 addAlignButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1234 addDistributeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, bool onInterSpace, Geom::Dim2 orientation, float kBegin, float kEnd) argument 1247 addNodeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint col, Geom::Dim2 orientation, bool distribute) argument 1256 addRemoveOverlapsButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1265 addGraphLayoutButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1274 addExchangePositionsButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1283 addExchangePositionsByZOrderButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1292 addExchangePositionsClockwiseButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1301 addUnclumpButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1310 addRandomizeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col) argument 1320 addBaselineButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument [all...] |
H A D | layers.cpp | 585 Gtk::TreeViewColumn* col = 0; local 590 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) { 591 if (col == _tree.get_column(COL_VISIBLE-1) || 592 col == _tree.get_column(COL_LOCKED-1)) { 603 Gtk::TreeViewColumn* col = 0; local 608 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) { 611 if (col == _tree.get_column(COL_VISIBLE - 1)) { 613 } else if (col == _tree.get_column(COL_LOCKED - 1)) { 622 if (col == _tree.get_column(COL_VISIBLE - 1)) { 625 } else if (col 642 Gtk::TreeViewColumn* col = 0; local 826 Gtk::TreeViewColumn* col = _tree.get_column(visibleColNum); local [all...] |
H A D | tags.cpp | 599 Gtk::TreeViewColumn* col = 0; local 604 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) { 605 if (col == _tree.get_column(COL_ADD-1)) { 627 Gtk::TreeViewColumn* col = 0; local 632 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) { 636 _tree.set_cursor(path, *col, false); 646 if (col == _tree.get_column(COL_ADD - 1) && down_at_add) { 699 Gtk::TreeViewColumn* col = 0; local 704 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) && col 951 Gtk::TreeViewColumn *col = _tree.get_column(addColNum); local [all...] |
H A D | input.cpp | 668 guint col = 0; local 674 imageTable.attach(testButtons[num], col, row, 1, 1); 676 imageTable.attach(testButtons[num], col, col + 1, row, row + 1, ::Gtk::FILL, ::Gtk::FILL); 679 col++; 680 if (col > 7) { 681 col = 0; 686 col = 0; 691 imageTable.attach(testAxes[num], col * 2, row, 2, 1); 693 imageTable.attach(testAxes[num], col * [all...] |
H A D | objects.cpp | 779 Gtk::TreeViewColumn* col = 0; local 784 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) { 785 if (col == _tree.get_column(COL_VISIBLE-1)) { 789 } else if (col == _tree.get_column(COL_LOCKED-1) || 790 col == _tree.get_column(COL_TYPE-1) || 791 //col == _tree.get_column(COL_INSERTORDER - 1) || 792 col == _tree.get_column(COL_HIGHLIGHT-1)) { 814 Gtk::TreeViewColumn* col = 0; local 819 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) { 824 _tree.set_cursor(path, *col, fals 957 Gtk::TreeViewColumn* col = 0; local 1664 Gtk::TreeViewColumn* col = _tree.get_column(visibleColNum); local [all...] |
H A D | clonetiler.cpp | 2867 void CloneTiler::clonetiler_table_attach(GtkWidget *table, GtkWidget *widget, float align, int row, int col) argument 2872 gtk_grid_attach(GTK_GRID(table), widget, col, row, 1, 1); local 2876 gtk_table_attach ( GTK_TABLE (table), a, col, col + 1, row, row + 1, GTK_FILL, (GtkAttachOptions)0, 0, 0 );
|
H A D | filter-effects-dialog.cpp | 323 Gdk::RGBA col; local 324 col.set_rgba_u(65535, 65535, 65535); 325 set_rgba(col); 327 Gdk::Color col; local 328 col.set_rgb(65535, 65535, 65535); 329 set_color(col); 363 Gdk::RGBA col; local 364 col.set_rgba_u(r * 256, g * 256, b * 256); 365 set_rgba(col); 367 Gdk::Color col; local 572 SPFeColorMatrix* col = SP_FECOLORMATRIX(o); local 851 ColorButton* col = new ColorButton(def, attr, tip_text); local 1357 Gtk::TreeViewColumn* col = _list.get_column(selcol - 1); local 1821 Gtk::TreeViewColumn* col = get_column(cols_count - 1); local 2399 Gtk::TreeViewColumn* col; local 2490 Gtk::TreeViewColumn* col; local [all...] |
/inkscape/src/ui/ |
H A D | previewholder.cpp | 164 int col = i % width; local 175 // g_message(" %3d resize from %d to %d (r:%d, c:%d) with %d children", i, oldWidth, width, row, col, childCount ); 196 _insides->attach(*thing, col, row, 1, 1); 198 } else if ( col == 0 ) { 203 _insides->attach( *thing, col, col+1, row, row+1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND ); 458 int col = 0; local 490 _insides->attach( *thing, col, row, 1, 1); 492 _insides->attach( *thing, col, col [all...] |
H A D | clipboard.cpp | 209 guint32 col = drag->getColor(); local 212 _setClipboardColor(col); 223 g_snprintf(color_str, 16, "#%06x", col >> 8); 225 float opacity = SP_RGBA32_A_F(col);
|
/inkscape/src/widgets/ |
H A D | spw-utilities.cpp | 36 * Creates a label widget with the given text, at the given col, row 40 Gtk::Label * spw_label(Gtk::Grid *table, const gchar *label_text, int col, int row, Gtk::Widget* target) argument 42 Gtk::Label * spw_label(Gtk::Table *table, const gchar *label_text, int col, int row, Gtk::Widget* target) 72 table->attach(*label_widget, col, row, 1, 1); 74 table->attach(*label_widget, col, col+1, row, row+1, (Gtk::EXPAND | Gtk::FILL), static_cast<Gtk::AttachOptions>(0), 4, 0); 81 spw_label_old(GtkWidget *table, const gchar *label_text, int col, int row) argument 107 gtk_grid_attach(GTK_GRID(table), label_widget, col, row, 1, 1); local 109 gtk_table_attach(GTK_TABLE (table), label_widget, col, col local 121 spw_hbox(Gtk::Grid * table, int width, int col, int row) argument [all...] |
H A D | ege-select-one-action.cpp | 357 void ege_select_one_action_set_label_column( EgeSelectOneAction* action, gint col ) 359 g_object_set( G_OBJECT(action), "label-column", col, NULL ); local 368 void ege_select_one_action_set_icon_column( EgeSelectOneAction* action, gint col ) 370 g_object_set( G_OBJECT(action), "icon-column", col, NULL ); local 390 void ege_select_one_action_set_tooltip_column( EgeSelectOneAction* action, gint col ) 392 g_object_set( G_OBJECT(action), "tooltip-column", col, NULL ); local 401 void ege_select_one_action_set_sensitive_column( EgeSelectOneAction* action, gint col ) 403 g_object_set( G_OBJECT(action), "sensitive-column", col, NULL ); local
|
/inkscape/src/extension/internal/ |
H A D | odf.cpp | 155 double& operator() (unsigned int row, unsigned int col) argument 157 if (row >= rows || col >= cols) 159 return d[cols*row + col]; 162 double operator() (unsigned int row, unsigned int col) const 164 if (row >= rows || col >= cols) 166 return d[cols*row + col];
|
/inkscape/ |
H A D | buildtool.cpp | 1187 int col = 1; local 1193 col = 0; 1197 col++; 1200 *colNr = col; 1443 //int line, col; 1444 //getLineAndColumn(p, &line, &col); 6926 int col = 0; local 6930 if (isspace(ch) && col > 63) 6933 col = 0; 6938 col [all...] |