Searched refs:angles_to_unit_vectors (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPathBuilder.cpp | 270 static void angles_to_unit_vectors(SkScalar startAngle, SkScalar sweepAngle, in angles_to_unit_vectors() function 345 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo() 361 // indicates that the sweepAngle is too small such that angles_to_unit_vectors in arcTo()
|
H A D | SkPath.cpp | 869 static void angles_to_unit_vectors(SkScalar startAngle, SkScalar sweepAngle, in angles_to_unit_vectors() function 1109 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo() 1128 // indicates that the sweepAngle is too small such that angles_to_unit_vectors in arcTo()
|
Completed in 11 milliseconds