Searched refs:mFontPath (Results 1 – 2 of 2) sorted by relevance
40 mFontPath(font_path), in MinikinFontForTest()74 return std::shared_ptr<MinikinFont>(new MinikinFontForTest(mFontPath, mFontIndex, variations)); in createFontWithVariation()
40 const std::string& fontPath() const { return mFontPath; } in fontPath()53 const std::string mFontPath; variable