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.cpp141 static jfieldID gRect_topFieldID; variable
204 *T = env->GetIntField(obj, gRect_topFieldID); in get_jrect()
214 env->SetIntField(obj, gRect_topFieldID, T); in set_jrect()
224 env->GetIntField(obj, gRect_topFieldID), in jrect_to_irect()
235 env->SetIntField(obj, gRect_topFieldID, ir.fTop); in irect_to_jrect()
256 SkIntToScalar(env->GetIntField(obj, gRect_topFieldID)), in jrect_to_rect()
614 gRect_topFieldID = GetFieldIDOrDie(env, gRect_class, "top", "I"); in register_android_graphics_Graphics()