Home
last modified time | relevance | path

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

/external/skia/gpu/src/
Dgr_unittests.cpp162 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex()
171 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex()
181 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex()
191 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex()
202 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex()
221 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex()
240 GrAssert(kConcave_ConvexHint == testPath.getConvexHint()); in test_convex()
254 GrAssert(kConcave_ConvexHint == testPath.getConvexHint()); in test_convex()
266 GrAssert(kConcave_ConvexHint == testPath.getConvexHint()); in test_convex()
DGrPathRenderer.cpp149 static GrConvexHint getConvexHint(const SkPath& path) { in getConvexHint() function
162 GrConvexHint hint = getConvexHint(path); in single_pass_path()
166 GrConvexHint hint = getConvexHint(path); in single_pass_path()