Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DLayoutPieces.h35 for (const auto it : offsetMap) { in ~LayoutPieces()
40 std::unordered_map<LayoutCacheKey, Layout, KeyHasher> offsetMap; member
44 auto result = offsetMap.emplace( in insert()
56 auto it = offsetMap.find(LayoutCacheKey(textBuf, range, paint, dir, startEdit, endEdit)); in getOrCreate()
57 if (it == offsetMap.end()) { in getOrCreate()
67 for (const auto& i : offsetMap) { in getMemoryUsage()