Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathTest.cpp545 SkPath largePath; in test_tiny_path_convexity() local
546 SkAssertResult(SkParsePath::FromSVGString(pathBug, &largePath)); in test_tiny_path_convexity()
551 largePath.transform(matrix); in test_tiny_path_convexity()
552 bool largeConvex = largePath.isConvex(); in test_tiny_path_convexity()