Home
last modified time | relevance | path

Searched refs:boundsCalculation (Results 1 – 6 of 6) sorted by relevance

/frameworks/minikin/include/minikin/
DLayoutPieces.h95 EndHyphenEdit endEdit, uint32_t paintId, bool boundsCalculation, F& f) const { in getOrCreate()
101 if (boundsCalculation && !bounds.isValid()) { in getOrCreate()
110 paint, dir, startEdit, endEdit, boundsCalculation, in getOrCreate()
DLayoutCache.h159 bool boundsCalculation, F& f) { in getOrCreate() argument
163 if (boundsCalculation) { in getOrCreate()
177 if (boundsCalculation && !cachedSlot->mBounds.isValid()) { in getOrCreate()
190 if (boundsCalculation) { in getOrCreate()
DMeasuredText.h81 bool boundsCalculation, LayoutPieces* outPieces) const = 0;
153 std::vector<uint8_t>* flags, LayoutPieces* precomputed, bool boundsCalculation,
/frameworks/minikin/libs/minikin/
DMeasuredText.cpp66 bool boundsCalculation, LayoutPieces* outPieces) const { in getMetrics() argument
77 StartHyphenEdit::NO_EDIT, EndHyphenEdit::NO_EDIT, boundsCalculation, in getMetrics()
82 boundsCalculation, compositor); in getMetrics()
229 bool boundsCalculation = false; in appendLayout() local
248 paintId, boundsCalculation, compositor); in appendLayout()
252 startEdit, endEdit, boundsCalculation, compositor); in appendLayout()
DLayout.cpp349 const bool boundsCalculation = bounds != nullptr; in doLayoutWord() local
355 boundsCalculation, f); in doLayoutWord()
/frameworks/minikin/tests/unittest/
DLayoutCacheTest.cpp298 TEST(LayoutCacheTest, boundsCalculation) { in TEST() argument