Searched refs:gPointF_class (Results 1 – 1 of 1) sorted by relevance
150 static jclass gPointF_class; variable280 SkASSERT(env->IsInstanceOf(obj, gPointF_class)); in jpointf_to_point()289 SkASSERT(env->IsInstanceOf(obj, gPointF_class)); in point_to_jpointf()624 gPointF_class = make_globalref(env, "android/graphics/PointF"); in register_android_graphics_Graphics()625 gPointF_xFieldID = getFieldIDCheck(env, gPointF_class, "x", "F"); in register_android_graphics_Graphics()626 gPointF_yFieldID = getFieldIDCheck(env, gPointF_class, "y", "F"); in register_android_graphics_Graphics()