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.cpp156 static jclass gPointF_class; variable
282 SkASSERT(env->IsInstanceOf(obj, gPointF_class)); in jpointf_to_point()
291 SkASSERT(env->IsInstanceOf(obj, gPointF_class)); in point_to_jpointf()
735 gPointF_class = make_globalref(env, "android/graphics/PointF"); in register_android_graphics_Graphics()
736 gPointF_xFieldID = getFieldIDCheck(env, gPointF_class, "x", "F"); in register_android_graphics_Graphics()
737 gPointF_yFieldID = getFieldIDCheck(env, gPointF_class, "y", "F"); in register_android_graphics_Graphics()