Searched refs:stroke (Results 51 - 75 of 182) sorted by relevance

12345678

/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp57 const SkStrokeRec& stroke,
65 const bool requiresAACircle = (stroke.getCap() == SkPaint::kRound_Cap) ||
66 (stroke.getJoin() == SkPaint::kRound_Join);
77 return ((stroke.getStyle() == SkStrokeRec::kStroke_Style) && (maxNbVerts < maxVBSize) &&
83 const SkStrokeRec& stroke,
90 SkScalar width = stroke.getWidth();
96 SkPaint::Join join = stroke.getJoin();
97 SkScalar miterLimit = stroke.getMiter();
274 switch (stroke.getCap()) {
56 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
82 onDrawPath(const SkPath& origPath, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp57 const SkStrokeRec& stroke,
65 const bool requiresAACircle = (stroke.getCap() == SkPaint::kRound_Cap) ||
66 (stroke.getJoin() == SkPaint::kRound_Join);
77 return ((stroke.getStyle() == SkStrokeRec::kStroke_Style) && (maxNbVerts < maxVBSize) &&
83 const SkStrokeRec& stroke,
90 SkScalar width = stroke.getWidth();
96 SkPaint::Join join = stroke.getJoin();
97 SkScalar miterLimit = stroke.getMiter();
274 switch (stroke.getCap()) {
56 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
82 onDrawPath(const SkPath& origPath, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dpath.js15 context.stroke(p);
/external/skia/experimental/SkV8Example/
H A Dpath.js15 context.stroke(p);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp123 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, argument
127 if (stroke.isHairlineStyle()) {
131 if (stroke.isFillStyle()) {
135 paint.setStrokeJoin(stroke.getJoin());
136 paint.setStrokeCap(stroke.getCap());
137 paint.setStrokeWidth(stroke.getWidth());
317 const SkStrokeRec& stroke,
327 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
315 DrawPathMaskToTexture(GrContext* context, const SkPath& path, const SkStrokeRec& stroke, const SkIRect& resultBounds, bool antiAlias, SkMatrix* matrix) argument
H A DGrOvalRenderer.cpp65 static GrGeometryProcessor* Create(bool stroke) { argument
69 if (stroke) {
140 CircleEdgeEffect(bool stroke) argument
145 fStroke = stroke;
182 static GrGeometryProcessor* Create(bool stroke) { argument
186 if (stroke) {
277 EllipseEdgeEffect(bool stroke) argument
286 fStroke = stroke;
488 const SkRect& oval, const SkStrokeRec& stroke)
503 this->drawCircle(target, useCoverageAA, oval, stroke);
487 drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, const SkRect& oval, const SkStrokeRec& stroke) argument
525 drawCircle(GrDrawTarget* target, bool useCoverageAA, const SkRect& circle, const SkStrokeRec& stroke) argument
631 drawEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
763 drawDIEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
969 drawRRect(GrDrawTarget* target, GrContext* context, bool useAA, const SkRRect& rrect, const SkStrokeRec& stroke) argument
[all...]
H A DGrSoftwarePathRenderer.cpp111 const SkStrokeRec& stroke,
133 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke,
110 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
H A DGrClipMaskManager.cpp66 const SkStrokeRec& stroke,
78 return NULL == context->getPathRenderer(*path, stroke, gpu, false, type);
93 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
102 if (path_needs_SW_renderer(this->getContext(), fGpu, path, stroke, element->isAA())) {
420 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
425 pr = this->getContext()->getPathRenderer(path, stroke, fGpu, false, type);
430 pr->drawPath(path, stroke, fGpu, element->isAA());
453 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
457 *pr = this->getContext()->getPathRenderer(path, stroke, fGpu, false, type);
762 SkStrokeRec stroke(SkStrokeRe
63 path_needs_SW_renderer(GrContext* context, GrGpu* gpu, const SkPath& origPath, const SkStrokeRec& stroke, bool doAA) argument
[all...]
/external/chromium_org/third_party/skia/bench/
H A DRectBench.cpp16 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
29 RectBench(int shift, int stroke = 0)
31 , fStroke(stroke) {}
117 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {}
127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {}
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js21 ctx.stroke();
33 ctx.stroke();
71 ctx.stroke();
88 ctx.stroke();
99 ctx.stroke();
102 ctx.stroke();
113 ctx.stroke();
/external/chromium_org/third_party/skia/gm/
H A Dpoly2poly.cpp27 void stroke();
66 void SkJSCanvas::stroke() { function in class:SkJSCanvas
121 ctx.stroke();
127 // TEST 2 - Includes an extra moveTo call before stroke; the rectangle appears larger
146 ctx.stroke();
171 ctx.stroke();
/external/skia/gm/
H A Dpoly2poly.cpp27 void stroke();
65 void SkJSCanvas::stroke() { function in class:SkJSCanvas
120 ctx.stroke();
126 // TEST 2 - Includes an extra moveTo call before stroke; the rectangle appears larger
145 ctx.stroke();
170 ctx.stroke();
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp64 static GrEffectRef* Create(bool stroke) { argument
68 if (stroke) {
137 CircleEdgeEffect(bool stroke) : GrVertexEffect() { argument
139 fStroke = stroke;
175 static GrEffectRef* Create(bool stroke) { argument
179 if (stroke) {
267 EllipseEdgeEffect(bool stroke) : GrVertexEffect() { argument
270 fStroke = stroke;
457 const SkRect& oval, const SkStrokeRec& stroke)
472 this->drawCircle(target, useCoverageAA, oval, stroke);
456 drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, const SkRect& oval, const SkStrokeRec& stroke) argument
494 drawCircle(GrDrawTarget* target, bool useCoverageAA, const SkRect& circle, const SkStrokeRec& stroke) argument
601 drawEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
735 drawDIEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
943 drawRRect(GrDrawTarget* target, GrContext* context, bool useAA, const SkRRect& rrect, const SkStrokeRec& stroke) argument
[all...]
H A DGrSoftwarePathRenderer.cpp117 const SkStrokeRec& stroke,
139 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke,
116 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
H A DGrClipMaskManager.cpp66 const SkStrokeRec& stroke,
78 return NULL == context->getPathRenderer(*path, stroke, gpu, false, type);
93 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
102 if (path_needs_SW_renderer(this->getContext(), fGpu, path, stroke, element->isAA())) {
419 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
424 pr = this->getContext()->getPathRenderer(path, stroke, fGpu, false, type);
429 pr->drawPath(path, stroke, fGpu, element->isAA());
452 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
456 *pr = this->getContext()->getPathRenderer(path, stroke, fGpu, false, type);
761 SkStrokeRec stroke(SkStrokeRe
63 path_needs_SW_renderer(GrContext* context, GrGpu* gpu, const SkPath& origPath, const SkStrokeRec& stroke, bool doAA) argument
[all...]
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java53 private Stroke stroke; field in class:OverrideGraphics2D
66 this.stroke = graphics.getStroke();
106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing.
108 public void setOverrideStroke(Stroke stroke) argument
110 this.overrideStroke = stroke;
111 graphics.setStroke(stroke != null ? stroke : this.stroke);
162 public void setStroke(Stroke stroke) argument
164 this.stroke
[all...]
/external/skia/bench/
H A DRectBench.cpp16 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
29 RectBench(int shift, int stroke = 0)
31 , fStroke(stroke) {}
117 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {}
127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {}
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResourcesCycleSolver.cpp154 ASSERT(resourceLeadingToCycle == m_resources->fill() || resourceLeadingToCycle == m_resources->stroke());
157 if (m_resources->stroke() == resourceLeadingToCycle)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_state.h68 } stroke; member in struct:vg_state
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h60 static void ConvexPathVertices(const SkPath& path, const SkStrokeRec& stroke, bool isAA,
/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h246 BOOL stroke, BOOL fill,
251 BOOL stroke, BOOL fill, member in class:SkXPSDevice
274 BOOL stroke, BOOL fill, const SkPath& path);
308 BOOL* fill, BOOL* stroke);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAARects.cpp80 for (int stroke = 0; stroke < 2; ++stroke) {
81 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_state.h68 } stroke; member in struct:vg_state
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h60 static void ConvexPathVertices(const SkPath& path, const SkStrokeRec& stroke, bool isAA,
/external/skia/include/device/xps/
H A DSkXPSDevice.h232 BOOL stroke, BOOL fill,
237 BOOL stroke, BOOL fill, member in class:SkXPSDevice
260 BOOL stroke, BOOL fill, const SkPath& path);
294 BOOL* fill, BOOL* stroke);

Completed in 7369 milliseconds

12345678