Searched refs:java_rectF (Results 1 – 1 of 1) sorted by relevance
302 Rectangle_f ToNativeRectF(JNIEnv* env, jobject java_rectF, ICoordinateConverter* converter) { in ToNativeRectF() argument309 float left = env->GetFloatField(java_rectF, left_field); in ToNativeRectF()310 float top = env->GetFloatField(java_rectF, top_field); in ToNativeRectF()311 float right = env->GetFloatField(java_rectF, right_field); in ToNativeRectF()312 float bottom = env->GetFloatField(java_rectF, bottom_field); in ToNativeRectF()