Searched refs:FreeTypeMinikinFontForTest (Results 1 – 7 of 7) sorted by relevance
/frameworks/minikin/tests/util/ |
D | FreeTypeMinikinFontForTest.h | 29 class FreeTypeMinikinFontForTest : public MinikinFont { 31 FreeTypeMinikinFontForTest(const std::string& font_path, int index); 32 FreeTypeMinikinFontForTest(const std::string& font_path) in FreeTypeMinikinFontForTest() function 33 : FreeTypeMinikinFontForTest(font_path, 0) {} in FreeTypeMinikinFontForTest() 34 virtual ~FreeTypeMinikinFontForTest(); 61 MINIKIN_PREVENT_COPY_AND_ASSIGN(FreeTypeMinikinFontForTest);
|
D | FreeTypeMinikinFontForTest.cpp | 61 FreeTypeMinikinFontForTest::FreeTypeMinikinFontForTest(const std::string& font_path, int index) in FreeTypeMinikinFontForTest() function in minikin::FreeTypeMinikinFontForTest 81 FreeTypeMinikinFontForTest::~FreeTypeMinikinFontForTest() { in ~FreeTypeMinikinFontForTest() 87 float FreeTypeMinikinFontForTest::GetHorizontalAdvance(uint32_t glyphId, const MinikinPaint& paint, in GetHorizontalAdvance() 93 void FreeTypeMinikinFontForTest::GetBounds(MinikinRect* bounds, uint32_t glyphId, in GetBounds() 107 void FreeTypeMinikinFontForTest::GetFontExtent(MinikinExtent* extent, in GetFontExtent()
|
D | FontTestUtils.cpp | 96 std::make_shared<FreeTypeMinikinFontForTest>(fontPath); in getFontFamilies() 100 std::make_shared<FreeTypeMinikinFontForTest>(fontPath, in getFontFamilies() 125 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily() 132 auto font = std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(filePath)); in buildFontFamily()
|
D | Android.bp | 6 "FreeTypeMinikinFontForTest.cpp",
|
/frameworks/minikin/tests/stresstest/ |
D | FontFamilyTest.cpp | 38 auto font = std::make_shared<FreeTypeMinikinFontForTest>(fontPath); in TEST_P()
|
/frameworks/minikin/tests/unittest/ |
D | FontCollectionItemizeTest.cpp | 94 ((FreeTypeMinikinFontForTest*)run.fakedFont.font->typeface().get())->fontPath()); in getFontName() 927 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kNoGlyphFont)); in TEST() 941 std::make_shared<FreeTypeMinikinFontForTest>(getTestFontPath(kJAFont)); in TEST()
|
D | FontFamilyTest.cpp | 722 new FreeTypeMinikinFontForTest(getTestFontPath(kTestFont))); in TEST_F()
|