Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java31 final int startV = startU + chromaHeight * chromaWidth; in I420Copy() local
37 dst.position(startV); in I420Copy()
86 final int startV = startU + dstChromaHeight * dstChromaWidth; in I420Rotate() local
92 dst.position(startV); in I420Rotate()
/external/skia/src/core/
DSkPathBuilder.cpp254 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
258 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
259 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()
271 if (*startV == *stopV) { in angles_to_unit_vectors()
281 } while (*startV == *stopV); in angles_to_unit_vectors()
326 SkVector startV, stopV; in arcTo() local
328 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
346 if (startV == stopV) { in arcTo()
360 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
DSkPath.cpp861 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
865 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
866 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()
878 if (*startV == *stopV) { in angles_to_unit_vectors()
888 } while (*startV == *stopV); in angles_to_unit_vectors()
1098 SkVector startV, stopV; in arcTo() local
1100 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
1121 if (startV == stopV) { in arcTo()
1135 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
/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.cpp241 SkVector startV = o1 - center, endV = o2 - center; in add_arc() local
242 startV.normalize(); in add_arc()
245 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/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.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()