Searched refs:fTotal (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
D | SkVertices.cpp | 71 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/ |
D | skia_test.cpp | 64 : 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
|
D | PathRendererCacheTests.cpp | 68 return (stats.fTotal - stats.fScratch) == expected; in cache_non_scratch_resources_equals()
|
/third_party/skia/src/gpu/ |
D | GrResourceCache.h | 232 int fTotal; member 243 fTotal = 0; in reset()
|
D | GrResourceCache.cpp | 999 stats->fTotal = this->getResourceCount(); in getStats() 1024 stats.fTotal, fBudgetedCount, stats.fWrapped, stats.fNumNonPurgeable, in dumpStats()
|