Searched defs:mSupportedAxes (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/include/minikin/
H A DFontCollection.h57 return mSupportedAxes;
119 std::unordered_set<AxisTag> mSupportedAxes; member in class:minikin::FontCollection
H A DFontFamily.h144 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; }
167 std::unordered_set<AxisTag> mSupportedAxes; member in class:minikin::FontFamily
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java137 private int[] mSupportedAxes; field in class:Typeface
1049 if (mSupportedAxes == null) {
1051 if (mSupportedAxes == null) {
1052 mSupportedAxes = nativeGetSupportedAxes(native_instance);
1053 if (mSupportedAxes == null) {
1054 mSupportedAxes = EMPTY_AXES;
1059 return Arrays.binarySearch(mSupportedAxes, axis) >= 0;

Completed in 78 milliseconds