Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp144 static jfieldID gRect_topFieldID; variable
217 *T = env->GetIntField(obj, gRect_topFieldID); in get_jrect()
227 env->SetIntField(obj, gRect_topFieldID, T); in set_jrect()
237 env->GetIntField(obj, gRect_topFieldID), in jrect_to_irect()
248 env->SetIntField(obj, gRect_topFieldID, ir.fTop); in irect_to_jrect()
269 SkIntToScalar(env->GetIntField(obj, gRect_topFieldID)), in jrect_to_rect()
731 gRect_topFieldID = GetFieldIDOrDie(env, gRect_class, "top", "I"); in register_android_graphics_Graphics()