Searched refs:tile (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-tile.cpp15 #include "display/nr-filter-tile.h"
35 // This input source contains only the "rendering" tile.
51 std::cerr << "FileTile::render_cairo: tile has zero width or height" << std::endl;
60 // The rectangle of the "rendering" tile.
65 // Create feTile tile ----------------
67 // Get tile area in pixbuf units (tile transformed).
70 // Shift between "rendering" tile and feTile tile
73 // Create feTile tile surfac
74 cairo_surface_t *tile = cairo_surface_create_similar(in, cairo_surface_get_content(in), local
[all...]
H A Dnr-filter-turbulence.cpp49 void init(long seed, Geom::Rect const &tile, Geom::Point const &freq, bool stitch, argument
56 _tile = tile;
96 // so that the tile borders will be continuous.
/inkscape/src/ui/dialog/
H A Dclonetiler.h68 static bool clonetiler_is_a_clone_of(SPObject *tile, SPObject *obj);
80 // center, width, height of the tile
H A Dclonetiler.cpp196 _("Horizontal shift per row (in % of tile width)"), "shiftx_per_j",
204 _("Horizontal shift per column (in % of tile width)"), "shiftx_per_i",
228 _("Vertical shift per row (in % of tile height)"), "shifty_per_j",
236 _("Vertical shift per column (in % of tile height)"), "shifty_per_i",
306 { // Exclude tile width and height in shift
309 gtk_label_set_markup (GTK_LABEL(l), _("<small>Exclude tile:</small>"));
315 GtkWidget *l = clonetiler_checkbox (_("Exclude tile height in shift"), "shifty_excludeh");
320 GtkWidget *l = clonetiler_checkbox (_("Exclude tile width in shift"), "shiftx_excludew");
345 _("Horizontal scale per row (in % of tile width)"), "scalex_per_j",
353 _("Horizontal scale per column (in % of tile widt
2013 clonetiler_is_a_clone_of(SPObject *tile, SPObject *obj) argument
[all...]

Completed in 186 milliseconds