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