Home
last modified time | relevance | path

Searched refs:getLocaleListId (Results 1 – 10 of 10) sorted by relevance

/frameworks/minikin/include/minikin/
DMeasuredText.h76 virtual uint32_t getLocaleListId() const = 0;
149 uint32_t getLocaleListId() const override { return mPaint.localeListId; } in getLocaleListId() function
195 uint32_t getLocaleListId() const { return mLocaleListId; } in getLocaleListId() function
DFont.h161 uint32_t getLocaleListId() const { return mLocaleListId; } in getLocaleListId() function
/frameworks/minikin/tests/unittest/
DFontTest.cpp46 EXPECT_EQ(original->getLocaleListId(), font.getLocaleListId()); in TEST()
DLineBreakerTestHelper.h57 virtual uint32_t getLocaleListId() const { return mLocaleListId; } in getLocaleListId() function
/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h145 const uint32_t newLocaleListId = run.getLocaleListId(); in update()
DFont.cpp101 mLocaleListId = parent->getLocaleListId(); in Font()
DGreedyLineBreaker.cpp327 ssize_t next = wb.followingWithLocale(getEffectiveLocale(targetRun->getLocaleListId()), in doLineBreakWithFallback()
DOptimalLineBreaker.cpp208 ssize_t next = wb.followingWithLocale(getEffectiveLocale(run.getLocaleListId()), in populateDesperatePoints()
/frameworks/base/native/android/
Dsystem_fonts.cpp247 uint32_t localeId = font->getLocaleListId(); in ASystemFontIterator_open()
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp249 uint32_t localeListId = font->font->getLocaleListId(); in Font_getLocaleList()