Searched refs:polyPath (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | BlurTest.cpp | 325 SkPath polyPath; in DEF_TEST() local 326 polyPath.addPoly(polyPts, SK_ARRAY_COUNT(polyPts), true); in DEF_TEST() 338 cpu_blur_path(polyPath, sigma, generalCaseResult, kSize); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | BlurTest.cpp | 328 SkPath polyPath; in DEF_TEST() local 329 polyPath.addPoly(polyPts, SK_ARRAY_COUNT(polyPts), true); in DEF_TEST() 341 cpu_blur_path(polyPath, sigma, generalCaseResult, kSize); in DEF_TEST()
|