HomeSort by relevance Sort by last modified time
    Searched refs:mSupportedAxes (Results 1 - 5 of 5) sorted by null

  /frameworks/minikin/include/minikin/
FontCollection.h 59 const std::unordered_set<AxisTag>& getSupportedTags() const { return mSupportedAxes; }
120 std::unordered_set<AxisTag> mSupportedAxes;
FontFamily.h 149 const std::unordered_set<AxisTag>& supportedAxes() const { return mSupportedAxes; }
172 std::unordered_set<AxisTag> mSupportedAxes;
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 169 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end());
200 if (variations.empty() || mSupportedAxes.empty()) {
206 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) {
FontCollection.cpp 76 mSupportedAxes.insert(supportedAxes.begin(), supportedAxes.end());
470 if (variations.empty() || mSupportedAxes.empty()) {
476 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) {
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 162 private int[] mSupportedAxes;
    [all...]

Completed in 257 milliseconds