Searched refs:debug_scale_matrix (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 3004 static void debug_scale_matrix(const SkPath& one, const SkPath* two, SkMatrix& scale) { in debug_scale_matrix() function 3082 debug_scale_matrix(one, &two, scale); in VerifyOp() 3119 debug_scale_matrix(path, nullptr, scale); in VerifySimplify()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 2977 static void debug_scale_matrix(const SkPath& one, const SkPath* two, SkMatrix& scale) { in debug_scale_matrix() function 3055 debug_scale_matrix(one, &two, scale); in VerifyOp() 3092 debug_scale_matrix(path, nullptr, scale); in VerifySimplify()
|