Home
last modified time | relevance | path

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

/third_party/skia/modules/androidkit/src/
H A DFontChainAdapter.cpp16 static jmethodID gFontChain_countMethodID; member
29 return fEnv->CallIntMethod(fFontChainImpl, gFontChain_countMethodID);
72 gFontChain_countMethodID = env->GetMethodID(clazz, "count", "()I"); in register_androidkit_FontChain()
77 if (!gFontChain_countMethodID || !gFontChain_getAtMethodID || in register_androidkit_FontChain()

Completed in 1 milliseconds