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

  /gdk/samples/PhotoEditor/jni/
redeye.cpp 62 jobject point_f = env->GetObjectArrayElement(redeye_positions, eye); local
63 float focus_x = env->GetFloatField(point_f, xid);
64 float focus_y = env->GetFloatField(point_f, yid);

Completed in 71 milliseconds