Searched refs:outline (Results 1 - 15 of 15) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-shape.cpp | 111 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 D | drawing-group.cpp | 72 bool outline = _drawing.outline(); local 85 _bbox.unionWith(outline ? i->geometricBounds() : i->visualBounds());
|
H A D | drawing-image.cpp | 98 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 D | canvas-text.h | 41 bool outline; member in struct:SPCanvasText
|
H A D | drawing-item.cpp | 528 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 D | drawing.h | 52 bool outline() const;
|
H A D | drawing.cpp | 74 return (outline() || _exact) ? COLORMODE_NORMAL : _colormode; 77 Drawing::outline() const function in class:Inkscape::Drawing
|
H A D | canvas-text.cpp | 59 canvastext->outline = false; 109 if (cl->outline){
|
H A D | snap-indicator.cpp | 305 SP_CANVASTEXT(canvas_tooltip)->outline = false;
|
H A D | drawing-text.cpp | 190 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 D | geom-pathstroke.h | 50 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL, LineCapType cap = BUTT_FLAT);
|
H A D | geom-pathstroke.cpp | 909 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 D | lpe-jointype.cpp | 161 Geom::PathVector tmp = Inkscape::outline(path_in[i], line_width,
|
/inkscape/src/libnrtype/ |
H A D | FontInstance.cpp | 124 // outline as returned by freetype -> livarot Path 495 FT_Outline_Decompose (&theFace->glyph->outline, &ft2_outline_funcs, &user);
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 1056 canvas_tooltip->outline = false;
|
Completed in 53 milliseconds