Home
last modified time | relevance | path

Searched refs:fEnv (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/androidkit/src/
DUtils.h22 : fEnv(env) in CString()
28 fEnv->ReleaseStringUTFChars(fJString, fCString); in ~CString()
34 JNIEnv* fEnv;
49 : fEnv(env) in U16String()
55 fEnv->ReleaseStringChars(fJString, fU16String); in ~U16String()
61 JNIEnv* fEnv;
76 : fEnv(env) in CFloats()
82 fEnv->ReleaseFloatArrayElements(fJFloats, fCFloats, 0); in ~CFloats()
88 JNIEnv* fEnv;
DFontChainAdapter.cpp24 : fEnv(env) in FontChainAdapter()
29 return fEnv->CallIntMethod(fFontChainImpl, gFontChain_countMethodID); in count()
34 …SkFont* font = reinterpret_cast<SkFont*>(fEnv->CallLongMethod(fFontChainImpl, gFontChain_getAtMeth… in operator []()
42 return fEnv->CallFloatMethod(fFontChainImpl, gFontChain_fontSizeMethodID); in fontSize()
46 … jstring jLocale = (jstring)fEnv->CallObjectMethod(fFontChainImpl, gFontChain_localeMethodID); in locale()
48 const androidkit::utils::CString cstr(fEnv, jLocale); in locale()
55 JNIEnv* fEnv; member in __anonb9c3d23c0111::FontChainAdapter
DGradients.cpp21 : fEnv(env) in GradientData()
34 fEnv->ReleaseFloatArrayElements(fJPos, fPos, 0); in ~GradientData()
35 fEnv->ReleaseFloatArrayElements(fJColors, fColors, 0); in ~GradientData()
46 JNIEnv* fEnv; member in __anon42c49ce20111::GradientData