Searched refs:gPointClassInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp44 } gPointClassInfo; member in namespace:android
130 env->SetIntField(outSize, gPointClassInfo.x, width);
131 env->SetIntField(outSize, gPointClassInfo.y, height);
301 gPointClassInfo.x = GetFieldIDOrDie(env, clazz, "x", "I");
302 gPointClassInfo.y = GetFieldIDOrDie(env, clazz, "y", "I");
H A DPdfEditor.cpp45 } gPointClassInfo; member in namespace:android
251 env->SetIntField(outSize, gPointClassInfo.x, width);
252 env->SetIntField(outSize, gPointClassInfo.y, height);
367 gPointClassInfo.x = GetFieldIDOrDie(env, pointClass, "x", "I");
368 gPointClassInfo.y = GetFieldIDOrDie(env, pointClass, "y", "I");

Completed in 2031 milliseconds