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

12345678

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.cpp10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { argument
19 keyData[1] = stroke.needToApply();
21 keyData[1] |= stroke.getJoin() << 1;
22 keyData[1] |= stroke.getCap() << 3;
23 keyData[2] = static_cast<uint32_t>(stroke.getMiter());
24 keyData[3] = static_cast<uint32_t>(stroke.getWidth());
H A DGrPathRenderer.h82 * @param stroke the stroke information (width, join, cap).
85 const SkStrokeRec& stroke,
88 return this->onGetStencilSupport(path, stroke, target);
97 * @param stroke The stroke information (width, join, cap)
112 * @param stroke the stroke information (width, join, cap)
117 const SkStrokeRec& stroke,
121 SkASSERT(this->canDrawPath(path, stroke, targe
84 getStencilSupport(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target) const argument
116 drawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
135 stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
143 IsStrokeHairlineOrEquivalent(const SkStrokeRec& stroke, const SkMatrix& matrix, SkScalar* outCoverage) argument
177 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
[all...]
H A DGrAAConvexPathRenderer.h17 const SkStrokeRec& stroke,
23 const SkStrokeRec& stroke,
H A DGrPath.h21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) argument
24 fStroke(stroke),
28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
30 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) { argument
31 return fSkPath == path && fStroke == stroke;
H A DGrStencilAndCoverPathRenderer.cpp38 const SkStrokeRec& stroke,
41 return !stroke.isHairlineStyle() &&
55 const SkStrokeRec& stroke,
58 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
63 const SkStrokeRec& stroke,
67 SkASSERT(!stroke.isHairlineStyle());
72 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
37 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
54 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
62 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
H A DGrOvalRenderer.h35 const SkRect& oval, const SkStrokeRec& stroke);
37 const SkRRect& rrect, const SkStrokeRec& stroke);
44 const SkStrokeRec& stroke);
47 const SkStrokeRec& stroke);
50 const SkStrokeRec& stroke);
/external/skia/src/gpu/
H A DGrPath.cpp10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { argument
19 keyData[1] = stroke.needToApply();
21 keyData[1] |= stroke.getJoin() << 1;
22 keyData[1] |= stroke.getCap() << 3;
23 keyData[2] = static_cast<uint32_t>(stroke.getMiter());
24 keyData[3] = static_cast<uint32_t>(stroke.getWidth());
H A DGrPathRenderer.h82 * @param stroke the stroke information (width, join, cap).
85 const SkStrokeRec& stroke,
88 return this->onGetStencilSupport(path, stroke, target);
97 * @param stroke The stroke information (width, join, cap)
112 * @param stroke the stroke information (width, join, cap)
117 const SkStrokeRec& stroke,
121 SkASSERT(this->canDrawPath(path, stroke, targe
84 getStencilSupport(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target) const argument
116 drawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
135 stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
143 IsStrokeHairlineOrEquivalent(const SkStrokeRec& stroke, const SkMatrix& matrix, SkScalar* outCoverage) argument
177 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
[all...]
H A DGrAAConvexPathRenderer.h19 const SkStrokeRec& stroke,
25 const SkStrokeRec& stroke,
H A DGrPath.h21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) argument
24 fStroke(stroke),
28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
30 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) { argument
31 return fSkPath == path && fStroke == stroke;
H A DGrStencilAndCoverPathRenderer.cpp38 const SkStrokeRec& stroke,
41 return !stroke.isHairlineStyle() &&
55 const SkStrokeRec& stroke,
58 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
63 const SkStrokeRec& stroke,
67 SkASSERT(!stroke.isHairlineStyle());
72 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
37 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
54 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
62 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
H A DGrOvalRenderer.h35 const SkRect& oval, const SkStrokeRec& stroke);
37 const SkRRect& rrect, const SkStrokeRec& stroke);
44 const SkStrokeRec& stroke);
47 const SkStrokeRec& stroke);
50 const SkStrokeRec& stroke);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.cpp42 stroke = defaultStyle->stroke;
56 stroke.init();
67 stroke = other.stroke;
84 && stroke == other.stroke
96 || stroke != other->stroke
107 stroke
[all...]
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.h17 const SkStrokeRec& stroke,
23 const SkStrokeRec& stroke,
H A DGrAndroidPathRenderer.cpp17 const SkStrokeRec& stroke,
20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style)
30 const SkStrokeRec& stroke,
36 android::uirenderer::PathRenderer::ConvexPathVertices(origPath, stroke, antiAlias, NULL,
16 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
29 onDrawPath(const SkPath& origPath, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.h21 const SkStrokeRec& stroke,
27 const SkStrokeRec& stroke,
/external/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.h17 const SkStrokeRec& stroke,
23 const SkStrokeRec& stroke,
H A DGrAndroidPathRenderer.cpp17 const SkStrokeRec& stroke,
20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style)
30 const SkStrokeRec& stroke,
36 android::uirenderer::PathRenderer::ConvexPathVertices(origPath, stroke, antiAlias, NULL,
16 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
29 onDrawPath(const SkPath& origPath, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.h21 const SkStrokeRec& stroke,
27 const SkStrokeRec& stroke,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_state.c54 state->stroke.line_width.f = 1.0f;
55 state->stroke.line_width.i = 1;
56 state->stroke.cap_style = VG_CAP_BUTT;
57 state->stroke.join_style = VG_JOIN_MITER;
58 state->stroke.miter_limit.f = 4.0f;
59 state->stroke.miter_limit.i = 4;
60 state->stroke.dash_pattern_num = 0;
61 state->stroke.dash_phase.f = 0.0f;
62 state->stroke.dash_phase.i = 0;
63 state->stroke
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_state.c54 state->stroke.line_width.f = 1.0f;
55 state->stroke.line_width.i = 1;
56 state->stroke.cap_style = VG_CAP_BUTT;
57 state->stroke.join_style = VG_JOIN_MITER;
58 state->stroke.miter_limit.f = 4.0f;
59 state->stroke.miter_limit.i = 4;
60 state->stroke.dash_pattern_num = 0;
61 state->stroke.dash_phase.f = 0.0f;
62 state->stroke.dash_phase.i = 0;
63 state->stroke
[all...]
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js16 ctx.stroke();
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.css79 stroke-width: 6;
84 stroke: brown;
86 stroke-width: 3;
91 stroke-width: 3;
97 stroke: black;
127 stroke: blue;
129 stroke-width: 7;
141 stroke-width: 5;
145 stroke-width: 7;
146 stroke
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPath.cpp88 GrGLPath::GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke) argument
89 : INHERITED(gpu, kIsWrapped, path, stroke) {
118 if (stroke.needToApply()) {
119 GL_CALL(PathParameterf(fPathID, GR_GL_PATH_STROKE_WIDTH, SkScalarToFloat(stroke.getWidth())));
120 GL_CALL(PathParameterf(fPathID, GR_GL_PATH_MITER_LIMIT, SkScalarToFloat(stroke.getMiter())));
121 GrGLenum join = join_to_gl_join(stroke.getJoin());
123 GrGLenum cap = cap_to_gl_cap(stroke.getCap());
127 // FIXME: try to account for stroking, without rasterizing the stroke.
128 fBounds.outset(SkScalarToFloat(stroke.getWidth()), SkScalarToFloat(stroke
[all...]
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp88 GrGLPath::GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke) argument
89 : INHERITED(gpu, kIsWrapped, path, stroke) {
118 if (stroke.needToApply()) {
119 GL_CALL(PathParameterf(fPathID, GR_GL_PATH_STROKE_WIDTH, SkScalarToFloat(stroke.getWidth())));
120 GL_CALL(PathParameterf(fPathID, GR_GL_PATH_MITER_LIMIT, SkScalarToFloat(stroke.getMiter())));
121 GrGLenum join = join_to_gl_join(stroke.getJoin());
123 GrGLenum cap = cap_to_gl_cap(stroke.getCap());
127 // FIXME: try to account for stroking, without rasterizing the stroke.
128 fBounds.outset(SkScalarToFloat(stroke.getWidth()), SkScalarToFloat(stroke
[all...]

Completed in 1697 milliseconds

12345678