Searched defs:PathOffset (Results 1 – 2 of 2) sorted by relevance
34 struct PathOffset { struct35 Offset svg;36 double start = 0.0;37 double current = 0.0;38 std::string path;
78 explicit PathOffset(int type) : TestBase(type) in PathOffset() function