Searched refs:mSupportedAxes (Results 1 – 6 of 6) sorted by relevance
51 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes()75 std::unordered_set<AxisTag> mSupportedAxes; variable
67 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()126 std::unordered_set<AxisTag> mSupportedAxes; variable
172 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage()203 if (variations.empty() || mSupportedAxes.empty()) { in createFamilyWithVariation()209 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) { in createFamilyWithVariation()
75 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()487 if (variations.empty() || mSupportedAxes.empty()) { in createCollectionWithVariation()493 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) { in createCollectionWithVariation()
179 private int[] mSupportedAxes; field in Typeface1199 if (mSupportedAxes == null) {1201 if (mSupportedAxes == null) {1202 mSupportedAxes = nativeGetSupportedAxes(native_instance);1203 if (mSupportedAxes == null) {1204 mSupportedAxes = EMPTY_AXES;1209 return Arrays.binarySearch(mSupportedAxes, axis) >= 0;
21366 Landroid/graphics/Typeface;->mSupportedAxes:[I