HomeSort by relevance Sort by last modified time
    Searched refs:AtlasEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 133 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
138 class AtlasEntry : public ::SkNoncopyable {
142 static const Key& GetKey(const AtlasEntry& entry) { return entry.fKey; }
145 // AtlasEntry proper
146 AtlasEntry() : fAtlas(NULL) {}
147 ~AtlasEntry() { SkDELETE(fAtlas); }
GrTextureStripAtlas.cpp 20 class GrTextureStripAtlas::Hash : public SkTDynamicHash<GrTextureStripAtlas::AtlasEntry,
21 GrTextureStripAtlas::AtlasEntry::Key> {};
40 AtlasEntry* entry = static_cast<AtlasEntry*>(info);
55 AtlasEntry::Key key;
57 AtlasEntry* entry = GetCache()->find(key);
59 entry = SkNEW(AtlasEntry);

Completed in 72 milliseconds