Home
last modified time | relevance | path

Searched refs:FillAndName (Results 1 – 5 of 5) sorted by relevance

/external/skia/gm/
Dquadpaths.cpp55 struct FillAndName { in onDraw() struct
59 constexpr FillAndName gFills[] = { in onDraw()
185 struct FillAndName { in onDraw() struct
189 constexpr FillAndName gFills[] = { in onDraw()
Dlinepaths.cpp39 struct FillAndName { in draw() struct
43 constexpr FillAndName gFills[] = { in draw()
Dcubicpaths.cpp144 struct FillAndName { in onDraw() struct
148 constexpr FillAndName gFills[] = { in onDraw()
263 struct FillAndName { in onDraw() struct
267 constexpr FillAndName gFills[] = { in onDraw()
Demptypath.cpp48 struct FillAndName { in onDraw() struct
52 constexpr FillAndName gFills[] = { in onDraw()
Ddegeneratesegments.cpp263 struct FillAndName { in onDraw() struct
267 constexpr FillAndName gFills[] = { in onDraw()
324 FillAndName fill = gFills[(rand.nextU() >> 16) % numFills]; in onDraw()