Searched refs:unitPts (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp1358 SkPoint unitPts[2]; local
1359 pointTransform.mapPoints(unitPts, srcPts, (int) SK_ARRAY_COUNT(unitPts));
1360 SkVector delta = unitPts[1] - unitPts[0];
1370 SkPoint centerPoint = unitPts[0] + unitPts[1];
1373 unitPts[0] -= centerPoint;
1374 unitPts[1] -= centerPoint;
1375 SkScalar theta1 = SkScalarATan2(unitPts[
[all...]

Completed in 35 milliseconds