Searched refs:stroke (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DSVGRenderStyle.cpp48 stroke = defaultStyle->stroke;
64 stroke.init();
77 stroke = other.stroke;
96 && stroke == other.stroke
110 || stroke != other->stroke
122 stroke
[all...]
H A DSVGRenderStyle.h175 if (!(stroke->opacity == obj))
176 stroke.access()->opacity = obj;
182 if (!(stroke->paintType == type))
183 stroke.access()->paintType = type;
184 if (!(stroke->paintColor == color))
185 stroke.access()->paintColor = color;
186 if (!(stroke->paintUri == uri))
187 stroke.access()->paintUri = uri;
190 if (!(stroke->visitedLinkPaintType == type))
191 stroke
428 DataRef<StyleStrokeData> stroke; member in class:WebCore::SVGRenderStyle
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/ViewModelDemo/
H A DViewModel.rb20 @stroke = STROKE_WIDTH
50 # The draw rect is smaller than the frame, to leave room for the shadow and the stroke width.
51 @drawRect = NSRect.new(@stroke/2, SHADOW_OFFSET + @stroke/2, bounds.width - SHADOW_OFFSET - @stroke, bounds.height - SHADOW_OFFSET - @stroke)
69 NSBezierPath.setDefaultLineWidth(@stroke)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DPathQt.cpp132 QPainterPathStroker stroke; local
137 stroke.setWidth(pen.widthF());
138 stroke.setCapStyle(pen.capStyle());
139 stroke.setJoinStyle(pen.joinStyle());
140 stroke.setMiterLimit(pen.miterLimit());
141 stroke.setDashPattern(pen.dashPattern());
142 stroke.setDashOffset(pen.dashOffset());
144 return stroke.createStroke(m_path).contains(point);
165 QPainterPathStroker stroke; local
170 stroke
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGResources.h66 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:WebCore::SVGResources
163 // stroke: 'shapes' and 'text content elements'
170 , stroke(0)
180 RenderSVGResourceContainer* stroke; member in struct:WebCore::SVGResources::FillStrokeData
H A DSVGResources.cpp325 if (m_fillStrokeData->stroke)
326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
379 if (m_fillStrokeData->stroke == resource) {
380 m_fillStrokeData->stroke->removeAllClientsFromCache();
381 m_fillStrokeData->stroke = 0;
445 if (m_fillStrokeData->stroke)
446 set.add(m_fillStrokeData->stroke);
601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke) argument
603 if (!stroke)
606 ASSERT(stroke
[all...]
H A DSVGResourcesCycleSolver.cpp189 ASSERT(resourceLeadingToCycle == m_resources->fill() || resourceLeadingToCycle == m_resources->stroke());
192 if (m_resources->stroke() == resourceLeadingToCycle)
H A DRenderSVGResource.cpp66 // If we have no fill/stroke, return 0.
68 // When rendering the mask for a RenderSVGResourceClipper, always use the initial fill paint server, and ignore stroke.
133 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_mvg.tcl29 stroke {}
30 stroke-width {}
31 stroke-linejoin {}
32 stroke-linecap {}
49 mvg::EmitChanged stroke none
73 mvg::EmitValue $item -width stroke-width
76 # fill, stroke
79 mvg::EmitColor $item -outline stroke
84 mvg::EmitValue $item -joinstyle stroke-linejoin
90 mvg::EmitColor $item -fill stroke
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dstrokes.el35 ;; and you can learn how to use the package. A mouse stroke, for now,
39 ;; command. For example, you may wish the have a mouse stroke that
45 ;; > M-x strokes-global-set-stroke
47 ;; to interactively program in a stroke. It would be wise to set the
49 ;; `strokes-global-set-stroke' with a stroke. Likewise, there may
50 ;; eventually be a `strokes-local-set-stroke' command, also analogous
53 ;; You can always unset the last stroke definition with the command
55 ;; > M-x strokes-unset-last-stroke
57 ;; and the last stroke tha
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py264 path.stroke()
284 path.stroke()
305 path.stroke()
317 path.stroke()
H A DGraphicsView.py164 path.stroke()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py264 path.stroke()
284 path.stroke()
305 path.stroke()
317 path.stroke()
H A DGraphicsView.py164 path.stroke()
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl34 DefE $core box {textcolor textfont anchor justify stroke style color fillcolor at with width height slant}
35 DefE $core circle {textcolor textfont anchor justify stroke style color fillcolor at with circle::radius}
36 DefE $core diamond {textcolor textfont anchor justify stroke style color fillcolor at with diamond::width diamond::height diamond::aspect}
37 DefE $core drum {textcolor textfont anchor justify stroke style color fillcolor at with width height drum::aspect}
38 DefE $core ellipse {textcolor textfont anchor justify stroke style color fillcolor at with width height}
43 DefE $core line {textcolor textfont anchor justify stroke style color fillcolor from to then smooth arrowhead noturn}
44 DefE $core arc {textcolor textfont anchor justify stroke style color fillcolor arc::radius clockwise arc::from arc::to}
66 $core new attribute stroke linked {linewidth 1} type $imin
258 -width $a(stroke) \
420 -width $a(stroke) \
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphView.py126 path.stroke()
145 path.stroke()
162 path.stroke()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphView.py126 path.stroke()
145 path.stroke()
162 path.stroke()
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMCountersGraph.js255 ctx.stroke();
310 ctx.stroke();
H A DNativeMemoryGraph.js352 ctx.stroke();
H A DTimelineOverviewPane.js504 ctx.stroke();
807 this._context.stroke();
850 this._context.stroke();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsContextBlackBerry.cpp410 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle stroke) argument
415 platformContext()->setStrokeStyle((BlackBerry::Platform::Graphics::StrokeStyle)stroke);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.idl82 void stroke();
H A DCanvasRenderingContext2D.h148 void stroke();
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RubyRocks/
H A DRubyRocks.rb175 OSX::NSBezierPath.bezierPathWithOvalInRect(OSX::NSRect.new(@position.x-radius, @position.y-@radius, 2*@radius, 2*@radius)).stroke
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dps-mode.el1103 stroke
1108 stroke
1112 stroke

Completed in 162 milliseconds

12