Searched refs:curveData (Results 1 – 3 of 3) sorted by relevance
27 CubicCurveData curveData = shapeData.getCurves().get(i); in getPathFromData() local28 PointF cp1 = curveData.getControlPoint1(); in getPathFromData()29 PointF cp2 = curveData.getControlPoint2(); in getPathFromData()30 PointF vertex = curveData.getVertex(); in getPathFromData()
52 const ECC_CURVE_DATA *curveData; // the address of the curve data member
138 return (curve != NULL) ? curve->curveData : NULL; in GetCurveData()412 data = curve->curveData; in CryptEccGetParameters()