Searched defs:AtlasRow (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h85 struct AtlasRow : SkNoncopyable { struct in class:GrTextureStripAtlas
86 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(nullptr), fPrev(nullptr) { } function in struct:GrTextureStripAtlas::AtlasRow
92 AtlasRow* fNext;
93 AtlasRow* fPrev;
112 AtlasRow* getLRU();
114 void appendLRU(AtlasRow* row);
115 void removeFromLRU(AtlasRow* row);
126 static bool KeyLess(const AtlasRow& lhs, const AtlasRow& rhs) {
177 // pointer to get its index in the texture, and can save storing a row number in AtlasRow
[all...]

Completed in 133 milliseconds