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

  /external/chromium_org/third_party/skia/src/images/
SkImageRef_GlobalPool.cpp 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)
    [all...]
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 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)
    [all...]

Completed in 122 milliseconds