Searched refs:tangents (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 2916 SkTDArray<SkVector>* tangents) { in tangent_cubic() 2939 tangents->push_back(tangent); in tangent_cubic() 2944 SkTDArray<SkVector>* tangents) { in tangent_conic() 2966 tangents->push_back(conic.evalTangentAt(t)); in tangent_conic() 2971 SkTDArray<SkVector>* tangents) { in tangent_quad() 2992 tangents->push_back(SkEvalQuadTangentAt(pts, t)); in tangent_quad() 2997 SkTDArray<SkVector>* tangents) { in tangent_line() 3015 tangents->push_back(v); in tangent_line() 3074 // coincidence. Count coincidence as places where the on curve points have identical tangents. in contains() 3077 SkTDArray<SkVector> tangents; in contains() local 2915 tangent_cubic(const SkPoint pts[], SkScalar x, SkScalar y, SkTDArray<SkVector>* tangents) tangent_cubic() argument 2943 tangent_conic(const SkPoint pts[], SkScalar x, SkScalar y, SkScalar w, SkTDArray<SkVector>* tangents) tangent_conic() argument 2970 tangent_quad(const SkPoint pts[], SkScalar x, SkScalar y, SkTDArray<SkVector>* tangents) tangent_quad() argument 2996 tangent_line(const SkPoint pts[], SkScalar x, SkScalar y, SkTDArray<SkVector>* tangents) tangent_line() argument [all...] |
Completed in 11 milliseconds