Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfRenderer.cpp38 } 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()
H A DPdfEditor.cpp49 } gPointClassInfo; variable
185 env->SetIntField(outSize, gPointClassInfo.x, width); in nativeGetPageSize()
186 env->SetIntField(outSize, gPointClassInfo.y, height); in nativeGetPageSize()
295 gPointClassInfo.x = GetFieldIDOrDie(env, pointClass, "x", "I"); in register_android_graphics_pdf_PdfEditor()
296 gPointClassInfo.y = GetFieldIDOrDie(env, pointClass, "y", "I"); in register_android_graphics_pdf_PdfEditor()