Searched refs:stopV (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 271 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument 277 stopV->fY = SkScalarSinSnapToZero(stopRad); in angles_to_unit_vectors() 278 stopV->fX = SkScalarCosSnapToZero(stopRad); in angles_to_unit_vectors() 288 if (*startV == *stopV) { in angles_to_unit_vectors() 296 stopV->fY = SkScalarSinSnapToZero(stopRad); in angles_to_unit_vectors() 297 stopV->fX = SkScalarCosSnapToZero(stopRad); in angles_to_unit_vectors() 298 } while (*startV == *stopV); in angles_to_unit_vectors() 343 SkVector startV, stopV; in arcTo() local 345 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo() 363 if (startV == stopV) { in arcTo() [all …]
|
D | SkPath.cpp | 870 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument 876 stopV->fY = SkScalarSinSnapToZero(stopRad); in angles_to_unit_vectors() 877 stopV->fX = SkScalarCosSnapToZero(stopRad); in angles_to_unit_vectors() 887 if (*startV == *stopV) { in angles_to_unit_vectors() 895 stopV->fY = SkScalarSinSnapToZero(stopRad); in angles_to_unit_vectors() 896 stopV->fX = SkScalarCosSnapToZero(stopRad); in angles_to_unit_vectors() 897 } while (*startV == *stopV); in angles_to_unit_vectors() 1107 SkVector startV, stopV; in arcTo() local 1109 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo() 1130 if (startV == stopV) { in arcTo() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1132 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument 1138 stopV->fY = SkScalarSinSnapToZero(stopRad); in angles_to_unit_vectors() 1139 stopV->fX = SkScalarCosSnapToZero(stopRad); in angles_to_unit_vectors() 1149 if (*startV == *stopV) { in angles_to_unit_vectors() 1157 stopV->fY = SkScalarSinSnapToZero(stopRad); in angles_to_unit_vectors() 1158 stopV->fX = SkScalarCosSnapToZero(stopRad); in angles_to_unit_vectors() 1159 } while (*startV == *stopV); in angles_to_unit_vectors() 1369 SkVector startV, stopV; in arcTo() local 1371 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo() 1392 if (startV == stopV) { in arcTo() [all …]
|