Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFontFamily.h51 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; } in supportedAxes()
75 std::unordered_set<AxisTag> mSupportedAxes; variable
DFontCollection.h67 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; } in getSupportedTags()
126 std::unordered_set<AxisTag> mSupportedAxes; variable
/frameworks/minikin/libs/minikin/
DFontFamily.cpp172 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()
DFontCollection.cpp75 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()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java179 private int[] mSupportedAxes; field in Typeface
1199 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;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt21366 Landroid/graphics/Typeface;->mSupportedAxes:[I