Home
last modified time | relevance | path

Searched refs:exactPath (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DRRectInPathTest.cpp106 SkPath exactPath; in test_undetected_paths() local
107 exactPath.addCircle(0, 0, 10); in test_undetected_paths()
108 REPORTER_ASSERT(reporter, SkPath::kMove_Verb == SkPathPriv::VerbData(exactPath)[0]); in test_undetected_paths()
109 REPORTER_ASSERT(reporter, SkPath::kConic_Verb == SkPathPriv::VerbData(exactPath)[1]); in test_undetected_paths()
110 const SkScalar weight = SkPathPriv::ConicWeightData(exactPath)[0]; in test_undetected_paths()

Completed in 2 milliseconds