Searched refs:tagVec (Results 1 – 1 of 1) sorted by relevance
134 std::vector<jint> tagVec(length); in Typeface_getSupportedAxes() local136 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()