Home
last modified time | relevance | path

Searched refs:getSupportedAxes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontFamily.java274 FontFileUtil.getSupportedAxes(font.getBuffer(), font.getTtcIndex()); in analyzeAndResolveVariableType()
288 FontFileUtil.getSupportedAxes(font.getBuffer(), font.getTtcIndex()); in analyzeAndResolveVariableType()
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
/frameworks/minikin/libs/minikin/
DFontFamily.cpp365 const AxisTag* axesPtr = mFonts[i]->getSupportedAxes(); in computeCoverage()