Searched refs:getAdjustedFont (Results 1 – 3 of 3) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontTest.cpp | 151 auto hbFont = font->getAdjustedFont(-1, -1); in TEST() 156 auto hbFont = font->getAdjustedFont(400, -1); in TEST() 168 auto hbFont = newFont->getAdjustedFont(500, -1); in TEST() 179 auto hbFont = font->getAdjustedFont(-1, 1); in TEST() 191 auto hbFont = newFont->getAdjustedFont(-1, 1); in TEST() 202 auto hbFont = font->getAdjustedFont(500, 1); in TEST() 214 auto hbFont = newFont->getAdjustedFont(700, 0); in TEST()
|
/frameworks/minikin/include/minikin/ |
D | Font.h | 169 HbFontUniquePtr getAdjustedFont(int wght, int ital) const; 191 HbFontUniquePtr getAdjustedFont(int wght, int ital) const; 245 return font->getAdjustedFont(fakery.wghtAdjustment(), fakery.italAdjustment()); in hbFont()
|
/frameworks/minikin/libs/minikin/ |
D | Font.cpp | 266 HbFontUniquePtr Font::getAdjustedFont(int wght, int ital) const { in getAdjustedFont() function in minikin::Font 267 return getExternalRefs()->getAdjustedFont(wght, ital); in getAdjustedFont() 270 HbFontUniquePtr Font::ExternalRefs::getAdjustedFont(int wght, int ital) const { in getAdjustedFont() function in minikin::Font::ExternalRefs
|