Searched refs:set_result_path (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 370 static bool set_result_path(SkPath* result, const SkPath& path, SkPath::FillType fillType) { in set_result_path() function 383 return set_result_path(result, path, fillType); in AsWinding() 388 return set_result_path(result, path, fillType); in AsWinding() 395 return set_result_path(result, path, fillType); in AsWinding() 405 return set_result_path(result, path, fillType); in AsWinding() 420 return set_result_path(result, path, fillType); in AsWinding()
|
/external/skia/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 370 static bool set_result_path(SkPath* result, const SkPath& path, SkPath::FillType fillType) { in set_result_path() function 383 return set_result_path(result, path, fillType); in AsWinding() 388 return set_result_path(result, path, fillType); in AsWinding() 395 return set_result_path(result, path, fillType); in AsWinding() 405 return set_result_path(result, path, fillType); in AsWinding() 420 return set_result_path(result, path, fillType); in AsWinding()
|