Searched refs:debug_paths_draw_the_same (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 3031 static int debug_paths_draw_the_same(const SkPath& one, const SkPath& two, SkBitmap& bits) { in debug_paths_draw_the_same() function 3096 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifyOp() 3129 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifySimplify()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 3005 static int debug_paths_draw_the_same(const SkPath& one, const SkPath& two, SkBitmap& bits) { in debug_paths_draw_the_same() function 3070 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifyOp() 3103 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifySimplify()
|