Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp152 static jclass gPoint_class; variable
265 SkASSERT(env->IsInstanceOf(obj, gPoint_class)); in jpoint_to_ipoint()
274 SkASSERT(env->IsInstanceOf(obj, gPoint_class)); in ipoint_to_jpoint()
731 gPoint_class = make_globalref(env, "android/graphics/Point"); in register_android_graphics_Graphics()
732 gPoint_xFieldID = getFieldIDCheck(env, gPoint_class, "x", "I"); in register_android_graphics_Graphics()
733 gPoint_yFieldID = getFieldIDCheck(env, gPoint_class, "y", "I"); in register_android_graphics_Graphics()