Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp64 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()
DFontCollection.cpp93 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()
/frameworks/minikin/include/minikin/
DFontFamily.h74 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes()
111 std::unordered_set<AxisTag> mSupportedAxes; variable
DFontCollection.h194 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()
270 std::unordered_set<AxisTag> mSupportedAxes; variable
/frameworks/base/graphics/java/android/graphics/
DTypeface.java230 private int[] mSupportedAxes; field in Typeface
1479 if (mSupportedAxes == null) {
1480 mSupportedAxes = nativeGetSupportedAxes(native_instance);
1481 if (mSupportedAxes == null) {
1482 mSupportedAxes = EMPTY_AXES;
1486 return Arrays.binarySearch(mSupportedAxes, axis) >= 0;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21357 Landroid/graphics/Typeface;->mSupportedAxes:[I