Home
last modified time | relevance | path

Searched refs:stroked (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dpath.c74 } stroked; member
234 if (p->stroked.path) in path_destroy()
235 path_destroy(p->stroked.path); in path_destroy()
1241 if (p->stroked.path) in path_create_stroke()
1246 if (memcmp( &p->stroked.matrix, in path_create_stroke()
1250 floatsEqual(p->stroked.stroke_width, vg_state->stroke.line_width.f) && in path_create_stroke()
1251 floatsEqual(p->stroked.miter_limit, vg_state->stroke.miter_limit.f) && in path_create_stroke()
1252 p->stroked.cap_style == vg_state->stroke.cap_style && in path_create_stroke()
1253 p->stroked.join_style == vg_state->stroke.join_style) in path_create_stroke()
1255 return p->stroked.path; in path_create_stroke()
[all …]
/external/skia/src/animator/
DSkAnimateSchema.xsd605 Geometry can be filled, stroked or both.
611 <!-- @pattern stroke The outline of the geometry is stroked with the paint's color. -->
613 …<!-- @pattern strokeAndFill The interior is filled and outline is stroked with the paint's color. …