Home
last modified time | relevance | path

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

/third_party/skia/modules/androidkit/src/
H A DFontChainAdapter.cpp23 FontChainAdapter(JNIEnv* env, jobject jFontChain) in FontChainAdapter() argument
25 , fFontChainImpl(jFontChain) in FontChainAdapter()
59 static jlong FontChain_Create(JNIEnv* env, jobject, jobject jFontChain) { in FontChain_Create() argument
60 return reinterpret_cast<jlong>(new FontChainAdapter(env, jFontChain)); in FontChain_Create()

Completed in 1 milliseconds