Searched defs:c1Type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyAddIntersectingTs_Test.cpp59 SkPath::Verb c1Type; local
63 c1Type = SkPath::kLine_Verb;
71 c1Type = SkPath::kQuad_Verb;
79 c1Type = SkPath::kCubic_Verb;
83 return c1Type;
86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type, argument
100 __FUNCTION__, SimplifyAddIntersectingTsTest::kLVerbStr[c1Type],
102 pts1[c1Type].fX, pts1[c1Type].fY,
121 SkPath::Verb c1Type local
128 SkPath::Verb c1Type = setPath(o, path, pts1); local
[all...]
/external/skia/experimental/Intersection/
H A DSimplifyAddIntersectingTs_Test.cpp59 SkPath::Verb c1Type; local
63 c1Type = SkPath::kLine_Verb;
71 c1Type = SkPath::kQuad_Verb;
79 c1Type = SkPath::kCubic_Verb;
83 return c1Type;
86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type, argument
100 __FUNCTION__, SimplifyAddIntersectingTsTest::kLVerbStr[c1Type],
102 pts1[c1Type].fX, pts1[c1Type].fY,
121 SkPath::Verb c1Type local
128 SkPath::Verb c1Type = setPath(o, path, pts1); local
[all...]

Completed in 89 milliseconds