Searched refs:pick (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/ui/tools/
H A Ddropper-tool.cpp150 int pick = prefs->getInt("/tools/dropper/pick", SP_DROPPER_PICK_VISIBLE); local
156 (pick == SP_DROPPER_PICK_ACTUAL && setalpha) ? this->alpha : 1.0);
164 int pick = prefs->getInt("/tools/dropper/pick", SP_DROPPER_PICK_VISIBLE); local
189 // If one time pick with stroke set the pixmap
227 // pick single pixel
235 if (pick == SP_DROPPER_PICK_VISIBLE) {
274 const gchar *message = this->dragging ? _("<b>Release mouse</b> to set color.") : _("<b>Click</b> to set fill, <b>Shift+click</b> to set stroke; <b>drag</b> to average color in area; with <b>Alt</b> to pick inverse color; <b>Ctrl+C</b> to copy the color under mouse to clipboard");
279 (pick
[all...]
H A Dspray-tool.h103 int pick; member in class:Inkscape::UI::Tools::SprayTool
H A Dspray-tool.cpp186 , pick(0)
293 this->pick = prefs->getInt("/dialogs/clonetiler/pick");
511 int pick,
685 switch (pick) {
782 , pick
893 int pick,
961 , pick
1097 , pick
1212 , tc->pick
490 fit_item(SPDesktop *desktop, SPItem *item, Geom::OptRect bbox, Geom::Point &move, Geom::Point center, gint mode, double angle, double &_scale, double scale, bool picker, bool pick_center, bool pick_inverse_value, bool pick_fill, bool pick_stroke, bool pick_no_overlap, bool over_no_transparent, bool over_transparent, bool no_overlap, double offset, SPCSSAttr *css, bool trace_scale, int pick, bool do_trace, bool pick_to_size, bool pick_to_presence, bool pick_to_color, bool pick_to_opacity, bool invert_picked, double gamma_picked , double rand_picked) argument
864 sp_spray_recursive(SPDesktop *desktop, Inkscape::Selection *selection, SPItem *item, Geom::Point p, Geom::Point , gint mode, double radius, double population, double &scale, double scale_variation, bool , double mean, double standard_deviation, double ratio, double tilt, double rotation_variation, gint _distrib, bool no_overlap, bool picker, bool pick_center, bool pick_inverse_value, bool pick_fill, bool pick_stroke, bool pick_no_overlap, bool over_no_transparent, bool over_transparent, double offset, bool usepressurescale, double pressure, int pick, bool do_trace, bool pick_to_size, bool pick_to_presence, bool pick_to_color, bool pick_to_opacity, bool invert_picked, double gamma_picked , double rand_picked) argument
[all...]
/inkscape/src/display/
H A Dcanvas-arena.cpp156 DrawingItem *new_arena = arena->drawing.pick(arena->c, arena->drawing.delta, arena->sticky);
208 DrawingItem *picked = arena->drawing.pick(p, arena->drawing.delta, arena->sticky);
255 arena->active = arena->drawing.pick(arena->c, arena->drawing.delta, arena->sticky);
275 new_arena = arena->drawing.pick(arena->c, arena->drawing.delta, arena->sticky);
H A Ddrawing-group.cpp33 * Set whether the group returns children from pick calls.
129 DrawingItem *picked = i->pick(p, delta, flags);
H A Ddrawing.h72 DrawingItem *pick(Geom::Point const &p, double delta, unsigned flags);
H A Ddrawing-image.cpp188 Geom::Point pick = p * _ctm.inverse(); local
194 if (distance_to_segment(pick, r.corner(i), r.corner(j)) < delta) {
222 // pick if the image is less than 99% transparent
H A Ddrawing.cpp192 Drawing::pick(Geom::Point const &p, double delta, unsigned flags) function in class:Inkscape::Drawing
195 return _root->pick(p, delta, flags);
H A Ddrawing-item.h81 STATE_PICK = (1<<2), // can process pick requests
87 PICK_NORMAL = 0, // normal pick
88 PICK_STICKY = (1<<0), // sticky pick - ignore visibility and sensitivity
89 PICK_AS_CLIP = (1<<2) // pick with no stroke and opaque fill regardless of item style
138 DrawingItem *pick(Geom::Point const &p, double delta, unsigned flags = 0);
223 unsigned _pick_children : 1; ///< For groups: if true, children are returned from pick(),
H A Ddrawing-shape.cpp305 return _last_pick; // skip this pick, returning what was returned last time
314 // fully transparent, no pick unless outline mode
353 //g_print ("pick time %lu\n", this_pick);
385 DrawingItem *ret = i->pick(p, delta, flags & ~PICK_STICKY);
H A Ddrawing-item.cpp930 * @a delta to the given point. The pick should be visual - for example
931 * an object with a thick stroke should pick on the entire area of the stroke.
934 * @param sticky Whether the pick should ignore visibility and sensitivity.
939 DrawingItem::pick(Geom::Point const &p, double delta, unsigned flags) function in class:Inkscape::DrawingItem
955 // pick inside clipping path; if NULL, it means the object is clipped away there
957 DrawingItem *cpick = _clip->pick(p, delta, flags | PICK_AS_CLIP);
962 DrawingItem *mpick = _mask->pick(p, delta, flags);
/inkscape/src/trace/
H A Dtrace.cpp278 if (arenaItem->pick(point, 1.0f, 1))
/inkscape/src/
H A Ddocument.cpp1321 if (arenaitem && arenaitem->pick(p, delta, 1) != NULL
1387 if (arenaitem->pick(p, delta, 1) != NULL) {
1423 if (arenaitem && arenaitem->pick(p, delta, 1) != NULL) {
/inkscape/src/ui/dialog/
H A Dclonetiler.cpp792 gtk_widget_set_tooltip_text (b, _("For each clone/sprayed item, pick a value from the drawing in its location and apply it"));
833 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_COLOR);
841 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_OPACITY);
849 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_R);
857 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_G);
865 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_B);
873 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_H);
881 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_S);
889 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), prefs->getInt(prefs_path + "pick", 0) == PICK_L);
2062 // hide the (current) original and any tiled clones, we only want to pick th
2344 int pick = prefs->getInt(prefs_path + "pick"); local
[all...]

Completed in 49 milliseconds