Home
last modified time | relevance | path

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

/third_party/skia/modules/androidkit/src/
DFont.cpp17 static jlong Font_Create(JNIEnv* env, jobject, jstring jFontFamily, float size) { in Font_Create() argument
18 const androidkit::utils::CString cFontFamily(env, jFontFamily); in Font_Create()