Searched refs:outline (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/display/
H A Ddrawing-shape.cpp111 bool outline = _drawing.outline(); local
119 if (boundingbox && (_nrstyle.stroke.type != NRStyle::PAINT_NONE || outline)) {
142 ( _nrstyle.stroke.type != NRStyle::PAINT_NONE && !outline) ))
204 bool outline = _drawing.outline();
206 if (outline) {
310 bool outline = _drawing.outline();
313 if (SP_SCALE24_TO_FLOAT(_style->opacity.value) == 0 && !outline
[all...]
H A Ddrawing-group.cpp72 bool outline = _drawing.outline(); local
85 _bbox.unionWith(outline ? i->geometricBounds() : i->visualBounds());
H A Ddrawing-image.cpp98 bool outline = _drawing.outline(); local
103 if (!outline || imgoutline) {
137 } else { // outline; draw a rect instead
184 bool outline = _drawing.outline();
186 if (outline) {
H A Dcanvas-text.h41 bool outline; member in struct:SPCanvasText
H A Ddrawing-item.cpp528 bool outline = _drawing.outline(); local
541 if (!area.intersects(outline ? _bbox : _drawbox)) return;
582 if (outline) {
591 if (outline) {
681 bool outline = _drawing.outline(); local
692 // TODO convert outline rendering to a separate virtual function
693 if (outline) {
876 guint32 saved_rgba = _drawing.outlinecolor; // save current outline colo
1026 bool outline = _drawing.outline(); local
[all...]
H A Ddrawing.h52 bool outline() const;
H A Ddrawing.cpp74 return (outline() || _exact) ? COLORMODE_NORMAL : _colormode;
77 Drawing::outline() const function in class:Inkscape::Drawing
H A Dcanvas-text.cpp59 canvastext->outline = false;
109 if (cl->outline){
H A Dsnap-indicator.cpp305 SP_CANVASTEXT(canvas_tooltip)->outline = false;
H A Ddrawing-text.cpp190 if (_font && _bbox && (_drawing.outline() || !invisible) ) {
443 if (_drawing.outline()) {
447 dc.setTolerance(0.5); // low quality, but good enough for outline mode
/inkscape/src/helper/
H A Dgeom-pathstroke.h50 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL, LineCapType cap = BUTT_FLAT);
H A Dgeom-pathstroke.cpp909 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join, LineCapType butt) function in namespace:Inkscape
/inkscape/src/live_effects/
H A Dlpe-jointype.cpp161 Geom::PathVector tmp = Inkscape::outline(path_in[i], line_width,
/inkscape/src/libnrtype/
H A DFontInstance.cpp124 // outline as returned by freetype -> livarot Path
495 FT_Outline_Decompose (&theFace->glyph->outline, &ft2_outline_funcs, &user);
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp1056 canvas_tooltip->outline = false;

Completed in 53 milliseconds