Home | History | Annotate | Download | only in images

Lines Matching refs:GetGlobalPool

18 static SkImageRefPool* GetGlobalPool() {
33 GetGlobalPool()->addToHead(this);
39 GetGlobalPool()->detach(this);
55 GetGlobalPool()->justAddedPixels(this);
64 GetGlobalPool()->canLosePixels(this);
71 GetGlobalPool()->addToHead(this);
79 return GetGlobalPool()->getRAMBudget();
84 GetGlobalPool()->setRAMBudget(size);
89 return GetGlobalPool()->getRAMUsed();
94 GetGlobalPool()->setRAMUsed(usage);
99 GetGlobalPool()->dump();