Searched refs:mSupportedAxes (Results 1 – 6 of 6) sorted by relevance
64 mSupportedAxes(std::move(supportedAxes)), in FontFamily()107 std::vector<AxisTag> axes(mSupportedAxes.begin(), mSupportedAxes.end()); in writeToInternal()181 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in computeCoverage()212 if (variations.empty() || mSupportedAxes.empty()) { in createFamilyWithVariation()218 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) { in createFamilyWithVariation()
93 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end()); in init()149 mSupportedAxes.insert(axesPtr, axesPtr + axesCount); in FontCollection()169 std::vector<AxisTag> axes(mSupportedAxes.begin(), mSupportedAxes.end()); in writeTo()655 if (variations.empty() || mSupportedAxes.empty()) { in createCollectionWithVariation()661 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) { in createCollectionWithVariation()
74 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes()111 std::unordered_set<AxisTag> mSupportedAxes; variable
194 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()270 std::unordered_set<AxisTag> mSupportedAxes; variable
230 private int[] mSupportedAxes; field in Typeface1479 if (mSupportedAxes == null) {1480 mSupportedAxes = nativeGetSupportedAxes(native_instance);1481 if (mSupportedAxes == null) {1482 mSupportedAxes = EMPTY_AXES;1486 return Arrays.binarySearch(mSupportedAxes, axis) >= 0;
21357 Landroid/graphics/Typeface;->mSupportedAxes:[I