• Home
  • Raw
  • Download

Lines Matching refs:nativeObj

22     protected final long nativeObj;  field in Subdiv2D
23 protected Subdiv2D(long addr) { nativeObj = addr; } in Subdiv2D()
50 nativeObj = Subdiv2D_0(); in Subdiv2D()
64 nativeObj = Subdiv2D_1(rect.x, rect.y, rect.width, rect.height); in Subdiv2D()
78 getTriangleList_0(nativeObj, triangleList_mat.nativeObj); in getTriangleList()
94 …getVoronoiFacetList_0(nativeObj, idx_mat.nativeObj, facetList_mat.nativeObj, facetCenters_mat.nati… in getVoronoiFacetList()
109 Point retVal = new Point(getVertex_0(nativeObj, vertex, firstEdge_out)); in getVertex()
118 Point retVal = new Point(getVertex_1(nativeObj, vertex)); in getVertex()
132 int retVal = getEdge_0(nativeObj, edge, nextEdgeType); in getEdge()
146 int retVal = nextEdge_0(nativeObj, edge); in nextEdge()
160 int retVal = rotateEdge_0(nativeObj, edge, rotate); in rotateEdge()
174 int retVal = symEdge_0(nativeObj, edge); in symEdge()
188 int retVal = edgeOrg_0(nativeObj, edge, orgpt_out); in edgeOrg()
197 int retVal = edgeOrg_1(nativeObj, edge); in edgeOrg()
211 int retVal = edgeDst_0(nativeObj, edge, dstpt_out); in edgeDst()
220 int retVal = edgeDst_1(nativeObj, edge); in edgeDst()
234 initDelaunay_0(nativeObj, rect.x, rect.y, rect.width, rect.height); in initDelaunay()
248 int retVal = insert_0(nativeObj, pt.x, pt.y); in insert()
262 insert_1(nativeObj, ptvec_mat.nativeObj); in insert()
277 int retVal = locate_0(nativeObj, pt.x, pt.y, edge_out, vertex_out); in locate()
292 int retVal = findNearest_0(nativeObj, pt.x, pt.y, nearestPt_out); in findNearest()
301 int retVal = findNearest_1(nativeObj, pt.x, pt.y); in findNearest()
315 getEdgeList_0(nativeObj, edgeList_mat.nativeObj); in getEdgeList()
323 delete(nativeObj); in finalize()
335 private static native void getTriangleList_0(long nativeObj, long triangleList_mat_nativeObj); in getTriangleList_0() argument
338 …private static native void getVoronoiFacetList_0(long nativeObj, long idx_mat_nativeObj, long face… in getVoronoiFacetList_0() argument
341 private static native double[] getVertex_0(long nativeObj, int vertex, double[] firstEdge_out); in getVertex_0() argument
342 private static native double[] getVertex_1(long nativeObj, int vertex); in getVertex_1() argument
345 private static native int getEdge_0(long nativeObj, int edge, int nextEdgeType); in getEdge_0() argument
348 private static native int nextEdge_0(long nativeObj, int edge); in nextEdge_0() argument
351 private static native int rotateEdge_0(long nativeObj, int edge, int rotate); in rotateEdge_0() argument
354 private static native int symEdge_0(long nativeObj, int edge); in symEdge_0() argument
357 private static native int edgeOrg_0(long nativeObj, int edge, double[] orgpt_out); in edgeOrg_0() argument
358 private static native int edgeOrg_1(long nativeObj, int edge); in edgeOrg_1() argument
361 private static native int edgeDst_0(long nativeObj, int edge, double[] dstpt_out); in edgeDst_0() argument
362 private static native int edgeDst_1(long nativeObj, int edge); in edgeDst_1() argument
365 …private static native void initDelaunay_0(long nativeObj, int rect_x, int rect_y, int rect_width, … in initDelaunay_0() argument
368 private static native int insert_0(long nativeObj, double pt_x, double pt_y); in insert_0() argument
371 private static native void insert_1(long nativeObj, long ptvec_mat_nativeObj); in insert_1() argument
374 …private static native int locate_0(long nativeObj, double pt_x, double pt_y, double[] edge_out, do… in locate_0() argument
377 …private static native int findNearest_0(long nativeObj, double pt_x, double pt_y, double[] nearest… in findNearest_0() argument
378 private static native int findNearest_1(long nativeObj, double pt_x, double pt_y); in findNearest_1() argument
381 private static native void getEdgeList_0(long nativeObj, long edgeList_mat_nativeObj); in getEdgeList_0() argument
384 private static native void delete(long nativeObj); in delete() argument