Searched defs:native_dst_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java157 long native_dst_path, boolean startWithMoveTo) {
187 Path_Delegate.native_moveTo(native_dst_path, lastPoint[0], lastPoint[1]);
194 Path_Delegate.native_moveTo(native_dst_path, points[0], points[1]);
197 Path_Delegate.native_lineTo(native_dst_path, points[0], points[1]);
200 Path_Delegate.native_close(native_dst_path);
203 Path_Delegate.native_cubicTo(native_dst_path, points[0], points[1],
208 Path_Delegate.native_quadTo(native_dst_path, points[0], points[1],
156 native_getSegment(long native_instance, float startD, float stopD, long native_dst_path, boolean startWithMoveTo) argument

Completed in 57 milliseconds