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 | 163 bool boundsCalculation, F& f) { in getOrCreate() argument 167 if (boundsCalculation) { in getOrCreate() 181 if (boundsCalculation && !cachedSlot->mBounds.isValid()) { in getOrCreate() 197 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 | 67 bool boundsCalculation, LayoutPieces* outPieces) const { in getMetrics() argument 78 StartHyphenEdit::NO_EDIT, EndHyphenEdit::NO_EDIT, boundsCalculation, in getMetrics() 83 boundsCalculation, compositor); in getMetrics() 230 bool boundsCalculation = false; in appendLayout() local 249 paintId, boundsCalculation, compositor); in appendLayout() 253 startEdit, endEdit, boundsCalculation, compositor); in appendLayout()
|
D | Layout.cpp | 322 const bool boundsCalculation = bounds != nullptr; in doLayoutWord() local 328 boundsCalculation, f); in doLayoutWord()
|
/frameworks/minikin/tests/unittest/ |
D | LayoutCacheTest.cpp | 298 TEST(LayoutCacheTest, boundsCalculation) { in TEST() argument
|