Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DLayoutCache.h133 class LayoutSlot {
135 LayoutSlot(LayoutPiece&& layout) in LayoutSlot() function
137 LayoutSlot(LayoutPiece&& layout, MinikinRect&& bounds) in LayoutSlot() function
139 LayoutSlot(const LayoutPiece& layout, const MinikinRect& bounds) in LayoutSlot() function
146 LayoutSlot(const LayoutSlot&) = delete;
147 LayoutSlot& operator=(const LayoutSlot&) = delete;
148 LayoutSlot(LayoutSlot&&) = delete;
149 LayoutSlot& operator=(LayoutSlot&&) = delete;
152 class LayoutCache : private android::OnEntryRemoved<LayoutCacheKey, LayoutSlot*> {
175 LayoutSlot* cachedSlot; in getOrCreate()
[all …]
DLayoutPieces.h78 std::unordered_map<Key, LayoutSlot, KeyHasher> offsetMap;