Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/fonts/
H A DFontFileTestUtil.java140 public static Map<String, FVarEntry> getFVarTable(ByteBuffer buf) throws IOException { in getFVarTable() method in FontFileTestUtil
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFont.cpp222 const FVarTable& Font::getFVarTable() const { in getFVarTable() function in minikin::Font