Lines Matching full:atlasentry
133 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
138 class AtlasEntry;
141 static bool Equals(const AtlasEntry& entry, const AtlasHashKey& key);
142 static bool LessThan(const AtlasEntry& entry, const AtlasHashKey& key);
144 class AtlasEntry : public ::SkNoncopyable {
146 AtlasEntry() : fAtlas(NULL) {}
147 ~AtlasEntry() { SkDELETE(fAtlas); }
152 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;
154 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
184 inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const AtlasEntry& entry,
189 inline bool GrTextureStripAtlas::AtlasHashKey::LessThan(const AtlasEntry& entry,