/inkscape/src/ |
H A D | object-hierarchy.h | 41 * @param top The first entry if non-NULL. 43 ObjectHierarchy(SPObject *top=NULL); 65 SPObject *top() { function in class:Inkscape::ObjectHierarchy 70 * Trim or expand hierarchy on top such that object becomes top entry. 98 * hierarchy's top. 103 * Add object to top of hierarchy.
|
H A D | object-hierarchy.cpp | 22 ObjectHierarchy::ObjectHierarchy(SPObject *top) { argument 23 if (top) { 24 _addBottom(top); 40 if ( top() == object ) { 44 if (!top()) { 46 } else if (object->isAncestorOf(top())) { 47 _addTop(object, top()); 55 _changed_signal.emit(top(), bottom()); 94 if (!top()) { 98 } else if ( top() [all...] |
H A D | layer-model.cpp | 44 static void _layer_changed(SPObject *top, SPObject *bottom, Inkscape::LayerModel *layer_model); 92 return _layer_hierarchy ? _layer_hierarchy->top() : NULL; 96 * Returns current top layer. 115 * Make \a object the top layer. 245 _layer_changed(SPObject *top, SPObject *bottom, Inkscape::LayerModel *layer_model) argument 247 layer_model->_layer_changed_signal.emit (top, bottom);
|
H A D | ege-color-prof-tracker.cpp | 432 GtkWidget* top = gtk_widget_get_toplevel(widget); local 433 if ( gtk_widget_is_toplevel(top) ) { 434 GtkWindow* win = GTK_WINDOW(top);
|
H A D | sp-lpe-item.cpp | 312 SPLPEItem *top = NULL; local 321 top = prev_parent; 324 top = lpeitem; 327 top->update_patheffect(write);
|
/inkscape/src/2geom/ |
H A D | convex-hull.h | 185 Coord top() const { return topPoint()[Y]; } function in class:Geom::ConvexHull 190 /// If the leftmost edge is vertical, the top point of the edge is returned.
|
H A D | generic-rect.h | 162 /** @brief Return top coordinate of the rectangle (+Y is downwards). */ 163 C top() const { return f[Y].min(); } function in class:Geom::GenericRect
|
/inkscape/src/libdepixelize/priv/ |
H A D | pixelgraph.h | 47 adj.top, 64 unsigned top: 1; member in struct:Tracer::PixelGraph::Node::Adj 272 // format. Rows in the image are stored top to bottom, and in each row 300 dest->adj.top = 0; 322 dest->adj.top = 0; 344 if ( it->adj.top ) 353 assert((it + _width)->adj.top); 376 it->adj.top = 1; 395 // ...then the "top" nodes... 424 it->adj.top [all...] |
/inkscape/src/ui/widget/ |
H A D | color-icc-selector.cpp | 87 void attachToGridOrTable(GtkWidget *parent, GtkWidget *child, guint left, guint top, guint width, guint height, argument 108 gtk_grid_attach(GTK_GRID(parent), child, left, top, width, height); local 114 gtk_table_attach(GTK_TABLE(parent), child, left, left + width, top, top + height, xoptions, yoptions, xpadding,
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 1526 double left, right, top, bottom; // values used, because a bounding rect can have values reversed L<->R, T<->B local 1599 Placeable.Dst.top = 0; 1631 d->PixelsInY = Placeable.Dst.bottom - Placeable.Dst.top + 1; 1644 d->ulCornerInY = Placeable.Dst.top; 2034 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " "; 2035 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " "; 2053 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " "; 2054 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " "; 2096 double cx = pix_to_x_point( d, (rc.left + rc.right)/2.0, (rc.bottom + rc.top)/2.0 ); 2097 double cy = pix_to_y_point( d, (rc.left + rc.right)/2.0, (rc.bottom + rc.top)/2. [all...] |
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2446 const int top = vis_y + vis.get_height(); local 2455 else if(e->y > top) 2456 _autoscroll_y = (int)(speed + (e->y - top) / 5); 2457 else if(e->y > top - limit) 2668 // If a connection is dragged towards the top or bottom of the list, the list should scroll to follow.
|
/inkscape/src/libuemf/ |
H A D | uwmf.c | 751 rclBox.top = rclBox16.top; 765 \param top the topmost of rc.top and rc.bottom 767 \param bottom the bottommost of rc.top and rc.bottom 769 void U_sanerect16(U_RECT16 rc, double *left, double *top, double *right, double *bottom){ argument 772 if(rc.top < rc.bottom){ *top = rc.top; *bottom = rc.bottom; } 773 else{ *top 989 U_SCAN_set( uint16_t count, uint16_t top, uint16_t bottom, uint16_t *ScanLines ) argument [all...] |
H A D | uwmf.h | 842 int16_t top; //!< top coordinate member in struct:__anon343 1054 uint16_t top; //!< Y coordinate of the top scanline member in struct:__anon351 2101 void U_sanerect16(U_RECT16 rc, double *left, double *top, double *right, double *bottom); 2114 U_SCAN *U_SCAN_set(uint16_t count, uint16_t top, uint16_t bottom, uint16_t *ScanLines);
|
H A D | uemf.h | 391 #define U_TA_TOP 0x00 //!< Reference point is on top edge of bounding rectangle 567 int32_t top; //!< top coordinate member in struct:__anon120 952 #define U_GRADIENT_FILL_RECT_V 0x00000001 //!< Grident is top to bottom. 3322 uint32_t top; //!< Highest slot occupied (currently) member in struct:__anon224
|