Searched refs:stroke (Results 26 - 50 of 182) sorted by relevance

12345678

/external/skia/experimental/AndroidPathRenderer/
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/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...]
H A DGrGLPath.h25 GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h164 if (!(stroke->opacity == obj))
165 stroke.access()->opacity = obj;
171 if (!(stroke->paintType == type))
172 stroke.access()->paintType = type;
173 if (!(stroke->paintColor == color))
174 stroke.access()->paintColor = color;
175 if (!(stroke->paintUri == uri))
176 stroke.access()->paintUri = uri;
179 if (!(stroke->visitedLinkPaintType == type))
180 stroke
411 DataRef<StyleStrokeData> stroke; member in class:blink::SVGRenderStyle
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.h72 struct stroker *stroke,
76 struct stroker *stroke,
H A Dapi_params.c111 state->stroke.line_width.f = value;
112 state->stroke.line_width.i = float_to_int_floor(*((VGuint*)(&value)));
115 state->stroke.miter_limit.f = value;
116 state->stroke.miter_limit.i = float_to_int_floor(*((VGuint*)(&value)));
119 state->stroke.dash_phase.f = value;
120 state->stroke.dash_phase.i = float_to_int_floor(*((VGuint*)(&value)));
186 state->stroke.line_width.f = value;
187 state->stroke.line_width.i = value;
194 state->stroke.cap_style = value;
201 state->stroke
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h72 struct stroker *stroke,
76 struct stroker *stroke,
H A Dapi_params.c111 state->stroke.line_width.f = value;
112 state->stroke.line_width.i = float_to_int_floor(*((VGuint*)(&value)));
115 state->stroke.miter_limit.f = value;
116 state->stroke.miter_limit.i = float_to_int_floor(*((VGuint*)(&value)));
119 state->stroke.dash_phase.f = value;
120 state->stroke.dash_phase.i = float_to_int_floor(*((VGuint*)(&value)));
186 state->stroke.line_width.f = value;
187 state->stroke.line_width.i = value;
194 state->stroke.cap_style = value;
201 state->stroke
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dtree.css.js25 ctx.stroke();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp154 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) { argument
158 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) {
167 const SkStrokeRec& stroke,
169 if (single_pass_path(path, stroke)) {
191 const SkStrokeRec& stroke,
214 const bool isHairline = stroke.isHairlineStyle();
332 SkTCopyOnFirstWrite<SkStrokeRec> stroke(origStroke);
335 if (IsStrokeHairlineOrEquivalent(*stroke, target->getDrawState().getViewMatrix(),
341 if (!stroke->isHairlineStyle()) {
342 stroke
165 onGetStencilSupport( const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget*) const argument
190 createGeom(const SkPath& path, const SkStrokeRec& stroke, SkScalar srcSpaceTol, GrDrawTarget* target, GrPrimitiveType* primType, int* vertexCnt, int* indexCnt, GrDrawTarget::AutoReleaseGeometry* arg) argument
510 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
521 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
531 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
[all...]
H A DGrPathRendererChain.cpp35 const SkStrokeRec& stroke,
61 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
64 stroke,
34 getPathRenderer(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, DrawType drawType, StencilSupport* stencilSupport) argument
H A DGrPathRendering.cpp52 const SkStrokeRec& stroke) {
60 return this->createPathRange(generator, stroke);
68 // Don't bake stroke information into the glyphs, we'll let the GPU do the stroking.
78 return this->createPathRange(generator, stroke);
50 createGlyphs(const SkTypeface* typeface, const SkDescriptor* desc, const SkStrokeRec& stroke) argument
H A DGrAAHairLinePathRenderer.h21 const SkStrokeRec& stroke,
31 const SkStrokeRec& stroke,
H A DGrPathRange.h21 * Represents a contiguous range of GPU path objects, all with a common stroke.
55 GrPathRange(GrGpu*, PathGenerator*, const SkStrokeRec& stroke);
61 GrPathRange(GrGpu*, int numPaths, const SkStrokeRec& stroke);
H A DGrSWMaskHelper.h61 void draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
80 const SkStrokeRec& stroke,
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp154 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) { argument
158 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) {
167 const SkStrokeRec& stroke,
169 if (single_pass_path(path, stroke)) {
191 const SkStrokeRec& stroke,
214 const bool isHairline = stroke.isHairlineStyle();
332 SkTCopyOnFirstWrite<SkStrokeRec> stroke(origStroke);
335 if (IsStrokeHairlineOrEquivalent(*stroke, target->getDrawState().getViewMatrix(),
341 if (!stroke->isHairlineStyle()) {
342 stroke
165 onGetStencilSupport( const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget*) const argument
190 createGeom(const SkPath& path, const SkStrokeRec& stroke, SkScalar srcSpaceTol, GrDrawTarget* target, GrPrimitiveType* primType, int* vertexCnt, int* indexCnt, GrDrawTarget::AutoReleaseGeometry* arg) argument
510 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
521 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
531 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
[all...]
H A DGrPathRendererChain.cpp35 const SkStrokeRec& stroke,
61 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
64 stroke,
34 getPathRenderer(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, DrawType drawType, StencilSupport* stencilSupport) argument
H A DGrAAHairLinePathRenderer.h21 const SkStrokeRec& stroke,
31 const SkStrokeRec& stroke,
H A DGrSWMaskHelper.cpp63 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, argument
67 if (stroke.isHairlineStyle()) {
71 if (stroke.isFillStyle()) {
75 paint.setStrokeJoin(stroke.getJoin());
76 paint.setStrokeCap(stroke.getCap());
77 paint.setStrokeWidth(stroke.getWidth());
191 const SkStrokeRec& stroke,
201 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
189 DrawPathMaskToTexture(GrContext* context, const SkPath& path, const SkStrokeRec& stroke, const SkIRect& resultBounds, bool antiAlias, SkMatrix* matrix) argument
H A DGrSWMaskHelper.h58 void draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
77 const SkStrokeRec& stroke,
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResources.h67 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:blink::SVGResources
157 // stroke: 'shapes' and 'text content elements'
164 , stroke(0)
174 RenderSVGResourceContainer* stroke; member in struct:blink::SVGResources::FillStrokeData
H A DSVGResources.cpp326 if (RenderSVGResourceContainer* stroke = m_fillStrokeData->stroke)
327 stroke->layoutIfNeeded();
368 if (m_fillStrokeData->stroke)
369 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
422 if (m_fillStrokeData->stroke == resource) {
423 m_fillStrokeData->stroke->removeAllClientsFromCache();
424 m_fillStrokeData->stroke = 0;
482 if (m_fillStrokeData->stroke)
483 set.add(m_fillStrokeData->stroke);
636 setStroke(RenderSVGResourceContainer* stroke) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPath.h30 GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke);
H A DGrGLPathRendering.cpp95 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const SkStrokeRec& stroke) { argument
96 return SkNEW_ARGS(GrGLPath, (fGpu, inPath, stroke));
100 const SkStrokeRec& stroke) {
101 return SkNEW_ARGS(GrGLPathRange, (fGpu, pathGenerator, stroke));
106 const SkStrokeRec& stroke) {
108 return GrPathRendering::createGlyphs(typeface, desc, stroke);
121 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
135 SkAutoTUnref<GrGLPath> templatePath(SkNEW_ARGS(GrGLPath, (fGpu, SkPath(), stroke)));
145 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
152 return SkNEW_ARGS(GrGLPathRange, (fGpu, basePathID, numPaths, gpuMemorySize, stroke));
99 createPathRange(GrPathRange::PathGenerator* pathGenerator, const SkStrokeRec& stroke) argument
104 createGlyphs(const SkTypeface* typeface, const SkDescriptor* desc, const SkStrokeRec& stroke) argument
177 const SkStrokeRec& stroke = path->getStroke(); local
235 const SkStrokeRec& stroke = pathRange->getStroke(); local
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dtree.css.js53 ctx.stroke();

Completed in 1185 milliseconds

12345678