Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56a78265 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Adjust tessellation abort depth DO NOT MERGE" into lmp-preview-dev

parents 7285b38e 2743e0ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -976,7 +976,7 @@ bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool fo
///////////////////////////////////////////////////////////////////////////////

// Depth at which recursion is aborted
#define ABORT_DEPTH 20
#define ABORT_DEPTH 10

void PathTessellator::recursiveCubicBezierVertices(
        float p1x, float p1y, float c1x, float c1y,