Searched refs:kClose (Results 1 – 5 of 5) sorted by relevance
21 static const SkScalar kClose = (SK_Scalar1 / 16); variable22 static const SkScalar kCloseSqd = kClose * kClose;401 if (abs_dist_from_line(fPts.top(), fNorms.top(), fPts[0]) < kClose) { in extractFromPath()413 if (this->numPts() >= 3 && abs_dist_from_line(fPts[0], fNorms.top(), fPts[1]) < kClose) { in extractFromPath()906 if (this->numPts() >= 2 && abs_dist_from_line(fPts.top(), fNorms.top(), p) < kClose) { in lineTo()
185 static const SkScalar kClose = (SK_Scalar1 / 16); variable186 static const SkScalar kCloseSqd = kClose * kClose;204 if (SkScalarAbs(data->fLineNormal.dot(pt) + data->fLineC) > kClose) { in update_degenerate_test()
143 static const double kClose = (SK_Scalar1 / 16.0); variable144 static const double kCloseSqd = kClose * kClose;
67 kClose = 3, enumerator
1193 static constexpr SkScalar kClose = (SK_Scalar1 / 16); in duplicate_pt() local1194 static constexpr SkScalar kCloseSqd = kClose*kClose; in duplicate_pt()