Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DTypeface.cpp134 std::vector<jint> tagVec(length); in Typeface_getSupportedAxes() local
136 tagVec[i] = face->fFontCollection->getSupportedAxisAt(i); in Typeface_getSupportedAxes()
138 std::sort(tagVec.begin(), tagVec.end()); in Typeface_getSupportedAxes()
140 env->SetIntArrayRegion(result, 0, length, tagVec.data()); in Typeface_getSupportedAxes()