HomeSort by relevance Sort by last modified time
    Searched full:vertex_out (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/java/src/
imgproc+Subdiv2D.java 276 double[] vertex_out = new double[1]; local
277 int retVal = locate_0(nativeObj, pt.x, pt.y, edge_out, vertex_out);
279 if(vertex!=null) vertex[0] = (int)vertex_out[0];
374 private static native int locate_0(long nativeObj, double pt_x, double pt_y, double[] edge_out, double[] vertex_out);
imgproc.cpp 638 (JNIEnv* env, jclass , jlong self, jdouble pt_x, jdouble pt_y, jdoubleArray edge_out, jdoubleArray vertex_out)
648 jdouble tmp_edge[1] = {edge}; env->SetDoubleArrayRegion(edge_out, 0, 1, tmp_edge); jdouble tmp_vertex[1] = {vertex}; env->SetDoubleArrayRegion(vertex_out, 0, 1, tmp_vertex);
    [all...]
  /external/libdrm/intel/
intel_decode.c     [all...]

Completed in 97 milliseconds