Home
last modified time | relevance | path

Searched refs:stroke (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/external/tensorflow/tensorflow/compiler/xla/g3doc/images/
Dops_xla_gather_1.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/x…
Dops_xla_gather_0.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/x…
Dops_xla_gather_2.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/x…
/external/ImageMagick/www/source/
Dpiechart.mvg7 stroke 'blue'
8 stroke-width 1
14 stroke-width 1
19 stroke 'black'
20 stroke-width 5
26 stroke-width 1
32 stroke-width 1
37 stroke 'black'
38 stroke-width 4
43 stroke 'black'
[all …]
/external/tensorflow/tensorflow/lite/g3doc/r2/images/convert/
Dworkflow.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/x…
/external/tensorflow/tensorflow/lite/g3doc/images/convert/
Dworkflow.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/x…
/external/libxml2/test/
Dsvg32 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
5 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
8 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
11 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
14 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
17 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
20 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
23 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
26 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
29 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
[all …]
/external/ImageMagick/PerlMagick/demo/
Dpiddle.pl16 $image->Draw(primitive=>'line',points=>"$i,0 $i,300",stroke=>"#ccf");
17 $image->Draw(primitive=>'line',points=>"0,$i 300,$i",stroke=>"#ccf");
22 $image->Draw(primitive=>'RoundRectangle',fill=>'blue',stroke=>'maroon',
28 fill=>'none',stroke=>'black',strokewidth=>4);
32 $image->Draw(primitive=>'line',points=>"10,200 20,190",stroke=>red);
36 $image->Draw(primitive=>'circle',stroke=>'none',fill=>'yellow',,
38 $image->Draw(primitive=>'Path',stroke=>'none',fill=>'blue',strokewidth=>4,
40 $image->Draw(primitive=>'circle',stroke=>'black',fill=>'none',strokewidth=>4,
46 points=>"160,120 130,190 210,145 110,145 190,190 160,120",stroke=>red,
51 $image->Draw(primitive=>'line',points=>'200,260 200,200',stroke=>yellow,
[all …]
/external/python/cpython3/Doc/library/
Dpathlib-inheritance.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/x…
/external/skia/src/compute/hs/images/
Dhs_amd_gcn_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
Dhs_nvidia_sm35_u64_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
Dhs_intel_gen8_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
Dhs_nvidia_sm35_u32_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
/external/skqp/src/compute/hs/images/
Dhs_amd_gcn_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
Dhs_intel_gen8_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
Dhs_nvidia_sm35_u64_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
Dhs_nvidia_sm35_u32_mkeys.svg1stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="1560" height="624" xmlns:xlink…
/external/skia/src/gpu/gl/
DGrGLPath.cpp255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() argument
256 SkASSERT(!stroke.isHairlineStyle()); in InitPathObjectStroke()
258 PathParameterf(pathID, GR_GL_PATH_STROKE_WIDTH, SkScalarToFloat(stroke.getWidth()))); in InitPathObjectStroke()
260 PathParameterf(pathID, GR_GL_PATH_MITER_LIMIT, SkScalarToFloat(stroke.getMiter()))); in InitPathObjectStroke()
261 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
263 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); in InitPathObjectStroke()
283 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in GrGLPath() local
289 if (style.applyPathEffectToPath(tmpPath.init(), &stroke, *skPath, SK_Scalar1)) { in GrGLPath()
293 stroke = style.strokeRec(); in GrGLPath()
297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) { in GrGLPath()
[all …]
/external/skqp/src/gpu/gl/
DGrGLPath.cpp255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() argument
256 SkASSERT(!stroke.isHairlineStyle()); in InitPathObjectStroke()
258 PathParameterf(pathID, GR_GL_PATH_STROKE_WIDTH, SkScalarToFloat(stroke.getWidth()))); in InitPathObjectStroke()
260 PathParameterf(pathID, GR_GL_PATH_MITER_LIMIT, SkScalarToFloat(stroke.getMiter()))); in InitPathObjectStroke()
261 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
263 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); in InitPathObjectStroke()
283 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in GrGLPath() local
289 if (style.applyPathEffectToPath(tmpPath.init(), &stroke, *skPath, SK_Scalar1)) { in GrGLPath()
293 stroke = style.strokeRec(); in GrGLPath()
297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) { in GrGLPath()
[all …]
/external/ImageMagick/Magick++/fuzz/dictionaries/
Dmvg.dict125 "stroke"
126 "stroke-antialias"
127 "stroke-dasharray"
128 "stroke-dashoffset"
129 "stroke-linecap"
130 "stroke-linejoin"
131 "stroke-miterlimit"
132 "stroke-opacity"
133 "stroke-width"
/external/libxml2/result/
Dsvg3.sax6 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
16 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
26 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
36 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
46 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
56 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
66 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
76 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
86 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
96 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
[all …]
/external/skqp/experimental/c-api-example/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
49 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00)); in draw()
50 sk_paint_set_antialias(stroke, true); in draw()
51 sk_paint_set_stroke(stroke, true); in draw()
52 sk_paint_set_stroke_width(stroke, 5.0f); in draw()
59 sk_canvas_draw_path(canvas, path, stroke); in draw()
70 sk_paint_delete(stroke); in draw()
/external/skia/experimental/c-api-example/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
49 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00)); in draw()
50 sk_paint_set_antialias(stroke, true); in draw()
51 sk_paint_set_stroke(stroke, true); in draw()
52 sk_paint_set_stroke_width(stroke, 5.0f); in draw()
59 sk_canvas_draw_path(canvas, path, stroke); in draw()
70 sk_paint_delete(stroke); in draw()
/external/ImageMagick/MagickCore/
Ddraw-private.h50 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) in GetStrokeColor() argument
54 *stroke=draw_info->stroke; in GetStrokeColor()
63 pattern->tile_offset.x,y+pattern->tile_offset.y,stroke,exception); in GetStrokeColor()
65 stroke->alpha*=QuantumScale*draw_info->stroke_alpha; in GetStrokeColor()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp32 CXFA_Stroke* stroke = strokes[0]; in Style3D() local
37 if (!stroke) in Style3D()
38 stroke = find; in Style3D()
39 else if (stroke->GetStrokeType() != find->GetStrokeType()) in Style3D()
40 stroke = find; in Style3D()
44 XFA_AttributeEnum iType = stroke->GetStrokeType(); in Style3D()
49 return {iType, stroke}; in Style3D()
51 return {XFA_AttributeEnum::Unknown, stroke}; in Style3D()
127 CXFA_Stroke* stroke; in Get3DStyle() local
130 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle()
[all …]

12345678910>>...14