Searched refs:gPointClassInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfRenderer.cpp | 38 } gPointClassInfo; variable 61 env->SetIntField(outSize, gPointClassInfo.x, width); in nativeOpenPageAndGetSize() 62 env->SetIntField(outSize, gPointClassInfo.y, height); in nativeOpenPageAndGetSize() 128 gPointClassInfo.x = GetFieldIDOrDie(env, clazz, "x", "I"); in register_android_graphics_pdf_PdfRenderer() 129 gPointClassInfo.y = GetFieldIDOrDie(env, clazz, "y", "I"); in register_android_graphics_pdf_PdfRenderer()
|