Searched refs:kTooPinchyNormalDotProd (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkStroke.cpp82 static const SkScalar kTooPinchyNormalDotProd = kDotEpsilon - 1; local
85 SkASSERT(kTooPinchyNormalDotProd >= -1);
86 SkASSERT(kTooPinchyNormalDotProd < SkDoubleToScalar(-0.999));
89 return dot <= kTooPinchyNormalDotProd;

Completed in 57 milliseconds