Home
last modified time | relevance | path

Searched refs:kCosMiterAngle (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp23 constexpr static float kCosMiterAngle = 0.97f; // Corresponds to an angle of ~14 degrees. variable
443 if (cosAngle < -kCosMiterAngle) { in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp99 const float kCosMiterAngle = 0.97f; // Corresponds to an angle of ~14 degrees. variable
1984 if (cosAngle < -kCosMiterAngle) { in stroke_boundary()