Home
last modified time | relevance | path

Searched refs:mFontIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.h48 int GetFontIndex() const { return mFontIndex; } in GetFontIndex()
53 const int mFontIndex; variable
DFreeTypeMinikinFontForTest.cpp62 : MinikinFont(uniqueId++), mFontPath(font_path), mFontIndex(index) { in FreeTypeMinikinFontForTest()