Home
last modified time | relevance | path

Searched refs:fTotal (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkVertices.cpp71 fTotal = safe.add(sizeof(SkVertices), in Sizes()
84 bool isValid() const { return fTotal != 0; } in isValid()
86 size_t fTotal = 0; // size of entire SkVertices allocation (obj + arrays) member
116 void* storage = ::operator new (sizes.fTotal); in init()
221 return this->getSizes().fTotal; in approximateSize()
/third_party/skia/tests/
Dskia_test.cpp64 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {} in Status()
82 SkDebugf("%s[%3d/%3d] %s%s", prefix.c_str(), done, fTotal, time.c_str(), in endTest()
95 const int fTotal; member in Status
DPathRendererCacheTests.cpp68 return (stats.fTotal - stats.fScratch) == expected; in cache_non_scratch_resources_equals()
/third_party/skia/src/gpu/
DGrResourceCache.h232 int fTotal; member
243 fTotal = 0; in reset()
DGrResourceCache.cpp999 stats->fTotal = this->getResourceCount(); in getStats()
1024 stats.fTotal, fBudgetedCount, stats.fWrapped, stats.fNumNonPurgeable, in dumpStats()