Home
last modified time | relevance | path

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

/external/skqp/gm/
Dwacky_yuv_formats.cpp72 SkVector startV = o1 - center, endV = o2 - center; in add_arc() local
73 startV.normalize(); in add_arc()
76 SkScalar startDeg = SkRadiansToDegrees(SkScalarATan2(startV.fY, startV.fX)); in add_arc()
/external/skia/gm/
Dwacky_yuv_formats.cpp72 SkVector startV = o1 - center, endV = o2 - center; in add_arc() local
73 startV.normalize(); in add_arc()
76 SkScalar startDeg = SkRadiansToDegrees(SkScalarATan2(startV.fY, startV.fX)); in add_arc()
/external/skqp/src/core/
DSkPath.cpp1115 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
1116 startV->fY = SkScalarSinCos(SkDegreesToRadians(startAngle), &startV->fX); in angles_to_unit_vectors()
1127 if (*startV == *stopV) { in angles_to_unit_vectors()
1137 } while (*startV == *stopV); in angles_to_unit_vectors()
1347 SkVector startV, stopV; in arcTo() local
1349 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
1370 if (startV == stopV) { in arcTo()
1386 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
/external/skia/src/core/
DSkPath.cpp1115 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
1116 startV->fY = SkScalarSinCos(SkDegreesToRadians(startAngle), &startV->fX); in angles_to_unit_vectors()
1127 if (*startV == *stopV) { in angles_to_unit_vectors()
1137 } while (*startV == *stopV); in angles_to_unit_vectors()
1347 SkVector startV, stopV; in arcTo() local
1349 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
1370 if (startV == stopV) { in arcTo()
1386 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
/external/skqp/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()
/external/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()