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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java151 private static void cubicCurveSegment(float[] coords, float t0, float t1) { method in class:CachedPathIteratorFactory
263 cubicCurveSegment(curve, 0f, t);
363 cubicCurveSegment(points, t0, 1f);
462 cubicCurveSegment(curve, 0f, t);

Completed in 24 milliseconds