Searched refs:boundsCalculation (Results 1 – 6 of 6) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | LayoutPieces.h | 95 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()
|
D | LayoutCache.h | 159 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()
|
D | MeasuredText.h | 81 bool boundsCalculation, LayoutPieces* outPieces) const = 0; 153 std::vector<uint8_t>* flags, LayoutPieces* precomputed, bool boundsCalculation,
|
/frameworks/minikin/libs/minikin/ |
D | MeasuredText.cpp | 66 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()
|
D | Layout.cpp | 349 const bool boundsCalculation = bounds != nullptr; in doLayoutWord() local 355 boundsCalculation, f); in doLayoutWord()
|
/frameworks/minikin/tests/unittest/ |
D | LayoutCacheTest.cpp | 298 TEST(LayoutCacheTest, boundsCalculation) { in TEST() argument
|