/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 31 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/ |
D | SkPathBuilder.cpp | 254 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()
|
D | SkPath.cpp | 861 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/ |
D | wacky_yuv_formats.cpp | 72 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/ |
D | wacky_yuv_formats.cpp | 241 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/ |
D | SkPath.cpp | 1115 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/ |
D | SkPathOpsTSect.cpp | 1369 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/ |
D | SkPathOpsTSect.cpp | 1370 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()
|