Home
last modified time | relevance | path

Searched defs:boundsCalculation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DMeasuredText.cpp66 bool boundsCalculation, LayoutPieces* outPieces) const { in getMetrics()
229 bool boundsCalculation = false; in appendLayout() local
H A DLayout.cpp349 const bool boundsCalculation = bounds != nullptr; in doLayoutWord() local
/aosp_15_r20/frameworks/minikin/include/minikin/
H A DLayoutCache.h159 bool boundsCalculation, F& f) { in getOrCreate()
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DLayoutCacheTest.cpp298 TEST(LayoutCacheTest, boundsCalculation) { in TEST() argument