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

  /external/skia/src/gpu/
GrTextureStripAtlas.h 145 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
150 class AtlasEntry : public ::SkNoncopyable {
153 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
156 // AtlasEntry proper
157 AtlasEntry() : fAtlas(nullptr) {}
158 ~AtlasEntry() { delete fAtlas; }
  /external/skqp/src/gpu/
GrTextureStripAtlas.h 145 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
150 class AtlasEntry : public ::SkNoncopyable {
153 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
156 // AtlasEntry proper
157 AtlasEntry() : fAtlas(nullptr) {}
158 ~AtlasEntry() { delete fAtlas; }
  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.h 36 struct AtlasEntry {
91 AtlasEntry requestNewEntry(int width, int height, GrContext* context);
100 AtlasEntry getEntry(AtlasKey atlasKey);

Completed in 91 milliseconds