Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DTypeface.cpp145 std::vector<jint> tagVec(length); in Typeface_getSupportedAxes() local
148 tagVec[index++] = tag; in Typeface_getSupportedAxes()
150 std::sort(tagVec.begin(), tagVec.end()); in Typeface_getSupportedAxes()
152 env->SetIntArrayRegion(result, 0, length, tagVec.data()); in Typeface_getSupportedAxes()