Searched refs:stroke (Results 76 - 100 of 179) sorted by relevance

12345678

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.cpp48 SK_MEMBER(stroke, Boolean),
69 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1),
222 // stroke is legacy; style setting if present overrides stroke
223 if (stroke != -1)
224 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
H A DSkDrawPaint.h54 SkBool stroke; member in class:SkDrawPaint
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.h39 // TODO: potentialy fuse the fill & stroke methods and differentiate
40 // between them by passing in stroke (==NULL means fill).
68 const SkStrokeRec& stroke,
H A DGrContext.cpp804 // cases where the RT is fully inside a stroke.
1110 const SkStrokeRec& stroke,
1113 SkASSERT(stroke.isFillStyle());
1193 SkStrokeRec* stroke = newStrokeInfo.getStrokeRecPtr(); local
1194 if (SkDashPath::FilterDashPath(effectPath.init(), path, stroke, NULL, info)) {
1270 SkTCopyOnFirstWrite<SkStrokeRec> stroke(strokeInfo.getStrokeRec());
1273 GrPathRenderer* pr = this->getPathRenderer(*pathPtr, *stroke, target, false, type);
1276 if (!GrPathRenderer::IsStrokeHairlineOrEquivalent(*stroke, this->getMatrix(), NULL)) {
1278 if (stroke->applyToPath(tmpPath.init(), *pathPtr)) {
1280 stroke
1108 is_nested_rects(GrDrawTarget* target, const SkPath& path, const SkStrokeRec& stroke, SkRect rects[2], bool* useVertexCoverage) argument
1761 getPathRenderer(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool allowSW, GrPathRendererChain::DrawType drawType, GrPathRendererChain::StencilSupport* stencilSupport) argument
1881 createPath(const SkPath& inPath, const SkStrokeRec& stroke) argument
[all...]
/external/skia/include/svg/
H A DSkSVGParser.h53 bool isStrokeAndFill(SkSVGPaint** stroke, SkSVGPaint** fill);
/external/skia/src/animator/
H A DSkDrawPaint.cpp48 SK_MEMBER(stroke, Boolean),
69 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1),
222 // stroke is legacy; style setting if present overrides stroke
223 if (stroke != -1)
224 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
H A DSkDrawPaint.h54 SkBool stroke; member in class:SkDrawPaint
/external/skia/src/gpu/
H A DGrAARectRenderer.h39 // TODO: potentialy fuse the fill & stroke methods and differentiate
40 // between them by passing in stroke (==NULL means fill).
68 const SkStrokeRec& stroke,
H A DGrContext.cpp804 // cases where the RT is fully inside a stroke.
1110 const SkStrokeRec& stroke,
1113 SkASSERT(stroke.isFillStyle());
1193 SkStrokeRec* stroke = newStrokeInfo.getStrokeRecPtr(); local
1194 if (SkDashPath::FilterDashPath(effectPath.init(), path, stroke, NULL, info)) {
1270 SkTCopyOnFirstWrite<SkStrokeRec> stroke(strokeInfo.getStrokeRec());
1273 GrPathRenderer* pr = this->getPathRenderer(*pathPtr, *stroke, target, false, type);
1276 if (!GrPathRenderer::IsStrokeHairlineOrEquivalent(*stroke, this->getMatrix(), NULL)) {
1278 if (stroke->applyToPath(tmpPath.init(), *pathPtr)) {
1280 stroke
1108 is_nested_rects(GrDrawTarget* target, const SkPath& path, const SkStrokeRec& stroke, SkRect rects[2], bool* useVertexCoverage) argument
1761 getPathRenderer(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool allowSW, GrPathRendererChain::DrawType drawType, GrPathRendererChain::StencilSupport* stencilSupport) argument
1881 createPath(const SkPath& inPath, const SkStrokeRec& stroke) argument
[all...]
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dgears.js43 dl.stroke(p);
68 ctx.stroke(gear.path);
73 ctx.stroke();
/external/chromium_org/third_party/skia/gm/
H A Dimage.cpp49 SkScalar stroke = size.fWidth / 10; local
50 SkScalar radius = (size.fWidth - stroke) / 2;
59 paint.setStrokeWidth(stroke);
/external/skia/experimental/SkV8Example/
H A Dgears.js43 dl.stroke(p);
68 ctx.stroke(gear.path);
73 ctx.stroke();
/external/skia/gm/
H A Dimage.cpp49 SkScalar stroke = size.fWidth / 10; local
50 SkScalar radius = (size.fWidth - stroke) / 2;
59 paint.setStrokeWidth(stroke);
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1097 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); local
1102 (stroke && (
1111 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, argument
1119 return this->createXpsQuad(points, stroke, fill, xpsRect);
1122 BOOL stroke, BOOL fill, variable
1147 stroke, stroke, stroke,
1157 HRM((*xpsQuad)->SetIsClosed(stroke), "Could not set quad close.");
1187 //If trying to paint with a stroke, ignor
1246 BOOL stroke = FALSE; local
1296 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<BOOL>& segmentStrokes, const SkTDArray<FLOAT>& segmentData, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) argument
1317 addXpsPathGeometry( IXpsOMGeometryFigureCollection* xpsFigures, BOOL stroke, BOOL fill, const SkPath& path) argument
1619 shadePath(IXpsOMPath* shadedPath, const SkPaint& shaderPaint, const SkMatrix& matrix, BOOL* fill, BOOL* stroke) argument
1744 BOOL stroke; local
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1097 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); local
1102 (stroke && (
1111 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, argument
1119 return this->createXpsQuad(points, stroke, fill, xpsRect);
1122 BOOL stroke, BOOL fill, variable
1147 stroke, stroke, stroke,
1157 HRM((*xpsQuad)->SetIsClosed(stroke), "Could not set quad close.");
1187 //If trying to paint with a stroke, ignor
1246 BOOL stroke = FALSE; local
1296 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<BOOL>& segmentStrokes, const SkTDArray<FLOAT>& segmentData, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) argument
1317 addXpsPathGeometry( IXpsOMGeometryFigureCollection* xpsFigures, BOOL stroke, BOOL fill, const SkPath& path) argument
1619 shadePath(IXpsOMPath* shadedPath, const SkPaint& shaderPaint, const SkMatrix& matrix, BOOL* fill, BOOL* stroke) argument
1744 BOOL stroke; local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_viewport.js334 ctx.stroke();
413 ctx.stroke();
425 ctx.stroke();
/external/chromium_org/content/browser/resources/media/
H A Dtimeline_graph_view.js244 context.stroke();
477 context.stroke();
505 context.stroke();
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl96 /A {gsave newpath 0 360 arc stroke grestore} bind def
108 /S {0 0 M stroke} bind def
110 /U {C0 newpath 4 copy 4 2 roll 8 7 roll M L L L closepath stroke
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGPaintState.cpp29 SVG_ATTRIBUTE(stroke),
30 SVG_LITERAL_ATTRIBUTE(stroke-dasharray, f_strokeDasharray),
31 SVG_LITERAL_ATTRIBUTE(stroke-linecap, f_strokeLinecap),
32 SVG_LITERAL_ATTRIBUTE(stroke-linejoin, f_strokeLinejoin),
33 SVG_LITERAL_ATTRIBUTE(stroke-miterlimit, f_strokeMiterlimit),
34 SVG_LITERAL_ATTRIBUTE(stroke-width, f_strokeWidth),
289 parser._addAttribute("stroke", "false");
311 parser._addAttribute("stroke", "true");
/external/skia/src/svg/
H A DSkSVGPaintState.cpp29 SVG_ATTRIBUTE(stroke),
30 SVG_LITERAL_ATTRIBUTE(stroke-dasharray, f_strokeDasharray),
31 SVG_LITERAL_ATTRIBUTE(stroke-linecap, f_strokeLinecap),
32 SVG_LITERAL_ATTRIBUTE(stroke-linejoin, f_strokeLinejoin),
33 SVG_LITERAL_ATTRIBUTE(stroke-miterlimit, f_strokeMiterlimit),
34 SVG_LITERAL_ATTRIBUTE(stroke-width, f_strokeWidth),
289 parser._addAttribute("stroke", "false");
311 parser._addAttribute("stroke", "true");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFrameOverview.js227 this._context.stroke();
266 this._context.stroke();
281 this._context.stroke();
H A DTimelineMemoryOverview.js137 ctx.stroke();
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dchoose_mobile_network.js123 ctx.stroke();
/external/chromium_org/third_party/flot/
H A Djquery.flot.crosshair.min.js59 */(function(e){function n(e){function n(n){if(t.locked)return;t.x!=-1&&(t.x=-1,e.triggerRedrawOverlay())}function r(n){if(t.locked)return;if(e.getSelection&&e.getSelection()){t.x=-1;return}var r=e.offset();t.x=Math.max(0,Math.min(n.pageX-r.left,e.width())),t.y=Math.max(0,Math.min(n.pageY-r.top,e.height())),e.triggerRedrawOverlay()}var t={x:-1,y:-1,locked:!1};e.setCrosshair=function(r){if(!r)t.x=-1;else{var i=e.p2c(r);t.x=Math.max(0,Math.min(i.left,e.width())),t.y=Math.max(0,Math.min(i.top,e.height()))}e.triggerRedrawOverlay()},e.clearCrosshair=e.setCrosshair,e.lockCrosshair=function(r){r&&e.setCrosshair(r),t.locked=!0},e.unlockCrosshair=function(){t.locked=!1},e.hooks.bindEvents.push(function(e,t){if(!e.getOptions().crosshair.mode)return;t.mouseout(n),t.mousemove(r)}),e.hooks.drawOverlay.push(function(e,n){var r=e.getOptions().crosshair;if(!r.mode)return;var i=e.getPlotOffset();n.save(),n.translate(i.left,i.top);if(t.x!=-1){var s=e.getOptions().crosshair.lineWidth%2===0?0:.5;n.strokeStyle=r.color,n.lineWidth=r.lineWidth,n.lineJoin="round",n.beginPath();if(r.mode.indexOf("x")!=-1){var o=Math.round(t.x)+s;n.moveTo(o,0),n.lineTo(o,e.height())}if(r.mode.indexOf("y")!=-1){var u=Math.round(t.y)+s;n.moveTo(0,u),n.lineTo(e.width(),u)}n.stroke()}n.restore()}),e.hooks.shutdown.push(function(e,t){t.unbind("mouseout",n),t.unbind("mousemove",r) (…)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp65 // We draw text up to two times (once for fill, once for stroke).
89 // Note that this isn't strictly correct, since the stroke could be
174 bool stroke = (textMode & TextModeStroke) local
178 if (!fill && !stroke)

Completed in 865 milliseconds

12345678