Home
last modified time | relevance | path

Searched defs:PathAndName (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dquadpaths.cpp76 struct PathAndName { in onDraw() struct
77 SkPath fPath; in onDraw()
78 const char* fName; in onDraw()
219 struct PathAndName { in onDraw() struct
220 SkPath fPath; in onDraw()
221 const char* fName; in onDraw()
Dlinepaths.cpp62 struct PathAndName { in draw() struct
63 SkPath fPath; in draw()
64 const char* fName; in draw()
Dcubicpaths.cpp187 struct PathAndName { in onDraw() struct
188 SkPath fPath; in onDraw()
189 const char* fName; in onDraw()
331 struct PathAndName { in onDraw() struct
332 SkPath fPath; in onDraw()
333 const char* fName; in onDraw()
Ddegeneratesegments.cpp21 struct PathAndName { struct in skiagm::DegenerateSegmentsGM
22 SkPath fPath;
23 const char* fName1;
24 const char* fName2;