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

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp40 } gPointClassInfo; member in namespace:android
126 env->SetIntField(outSize, gPointClassInfo.x, width);
127 env->SetIntField(outSize, gPointClassInfo.y, height);
287 gPointClassInfo.x = env->GetFieldID(clazz, "x", "I");
288 gPointClassInfo.y = env->GetFieldID(clazz, "y", "I");
H A DPdfEditor.cpp40 } gPointClassInfo; member in namespace:android
242 env->SetIntField(outSize, gPointClassInfo.x, width);
243 env->SetIntField(outSize, gPointClassInfo.y, height);
358 gPointClassInfo.x = env->GetFieldID(pointClass, "x", "I");
359 gPointClassInfo.y = env->GetFieldID(pointClass, "y", "I");

Completed in 51 milliseconds