HomeSort by relevance Sort by last modified time
    Searched refs:gPointClassInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 41 } gPointClassInfo;
64 env->SetIntField(outSize, gPointClassInfo.x, width);
65 env->SetIntField(outSize, gPointClassInfo.y, height);
131 gPointClassInfo.x = GetFieldIDOrDie(env, clazz, "x", "I");
132 gPointClassInfo.y = GetFieldIDOrDie(env, clazz, "y", "I");
PdfEditor.cpp 50 } gPointClassInfo;
186 env->SetIntField(outSize, gPointClassInfo.x, width);
187 env->SetIntField(outSize, gPointClassInfo.y, height);
296 gPointClassInfo.x = GetFieldIDOrDie(env, pointClass, "x", "I");
297 gPointClassInfo.y = GetFieldIDOrDie(env, pointClass, "y", "I");

Completed in 697 milliseconds