Home | History | Annotate | Download | only in ops

Lines Matching refs:kClose

21 static const SkScalar kClose = (SK_Scalar1 / 16);
22 static const SkScalar kCloseSqd = kClose * kClose;
401 if (abs_dist_from_line(fPts.top(), fNorms.top(), fPts[0]) < kClose) {
413 if (this->numPts() >= 3 && abs_dist_from_line(fPts[0], fNorms.top(), fPts[1]) < kClose) {
908 if (this->numPts() >= 2 && abs_dist_from_line(fPts.top(), fNorms.top(), p) < kClose) {