HomeSort by relevance Sort by last modified time
    Searched defs:FreeTypeMinikinFontForTest (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/tests/util/
FreeTypeMinikinFontForTest.cpp 19 #include "FreeTypeMinikinFontForTest.h"
61 FreeTypeMinikinFontForTest::FreeTypeMinikinFontForTest(const std::string& font_path, int index)
81 FreeTypeMinikinFontForTest::~FreeTypeMinikinFontForTest() {
87 float FreeTypeMinikinFontForTest::GetHorizontalAdvance(uint32_t glyphId, const MinikinPaint& paint,
93 void FreeTypeMinikinFontForTest::GetBounds(MinikinRect* bounds, uint32_t glyphId,
107 void FreeTypeMinikinFontForTest::GetFontExtent(MinikinExtent* extent,
FreeTypeMinikinFontForTest.h 29 class FreeTypeMinikinFontForTest : public MinikinFont {
31 FreeTypeMinikinFontForTest(const std::string& font_path, int index);
32 FreeTypeMinikinFontForTest(const std::string& font_path)
33 : FreeTypeMinikinFontForTest(font_path, 0) {}
34 virtual ~FreeTypeMinikinFontForTest();
61 MINIKIN_PREVENT_COPY_AND_ASSIGN(FreeTypeMinikinFontForTest);

Completed in 53 milliseconds