Searched refs:kCosMiterAngle (Results 1 – 2 of 2) sorted by relevance
23 constexpr static float kCosMiterAngle = 0.97f; // Corresponds to an angle of ~14 degrees. variable443 if (cosAngle < -kCosMiterAngle) { in strokeBoundary()
99 const float kCosMiterAngle = 0.97f; // Corresponds to an angle of ~14 degrees. variable1984 if (cosAngle < -kCosMiterAngle) { in stroke_boundary()