Home
last modified time | relevance | path

Searched defs:getSupportedAxes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontFileUtil.java218 public static Set<Integer> getSupportedAxes(@NonNull ByteBuffer buffer, int index) { in getSupportedAxes() method in FontFileUtil
/frameworks/minikin/include/minikin/
DFont.h175 const AxisTag* getSupportedAxes() const { return mSupportedAxes.get(); } in getSupportedAxes() function