Home
last modified time | relevance | path

Searched refs:startV (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/core/
DSkPathBuilder.cpp271 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
275 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
276 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()
288 if (*startV == *stopV) { 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()
377 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
DSkPath.cpp870 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
874 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
875 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()
887 if (*startV == *stopV) { 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()
1144 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
/third_party/skia/gm/
Dwacky_yuv_formats.cpp238 SkVector startV = o1 - center, endV = o2 - center; in add_arc() local
239 startV.normalize(); in add_arc()
242 SkScalar startDeg = SkRadiansToDegrees(SkScalarATan2(startV.fY, startV.fX)); in add_arc()
/third_party/flutter/skia/src/core/
DSkPath.cpp1132 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
1136 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
1137 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()
1149 if (*startV == *stopV) { 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()
1406 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1370 SkDVector startV = test->fCoinStart.perpPt() - test->pointFirst(); in removeByPerpendicular() local
1374 startV.fX, startV.fY, endV.fX, endV.fY, startV.dot(endV)); in removeByPerpendicular()
1376 if (startV.dot(endV) <= 0) { in removeByPerpendicular()
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp1369 SkDVector startV = test->fCoinStart.perpPt() - test->pointFirst(); in removeByPerpendicular() local
1373 startV.fX, startV.fY, endV.fX, endV.fY, startV.dot(endV)); in removeByPerpendicular()
1375 if (startV.dot(endV) <= 0) { in removeByPerpendicular()
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp252 SkVector startV = o1 - center, endV = o2 - center; in add_arc() local
253 startV.normalize(); in add_arc()
256 SkScalar startDeg = SkRadiansToDegrees(SkScalarATan2(startV.fY, startV.fX)); in add_arc()