Home
last modified time | relevance | path

Searched refs:gPointF_class (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp150 static jclass gPointF_class; variable
280 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()