Searched refs:fTotal (Results 1 – 10 of 10) 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/flutter/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 | 65 return (stats.fTotal - stats.fScratch) == expected; in cache_non_scratch_resources_equals()
|
/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/flutter/skia/src/core/ |
D | SkVertices.cpp | 63 fTotal = safe.add(sizeof(SkVertices), in Sizes() 72 fArrays = fTotal - sizeof(SkVertices); // just the sum of the arrays in Sizes() 78 bool isValid() const { return fTotal != 0; } in isValid() 80 size_t fTotal; // size of entire SkVertices allocation (obj + arrays) member 115 void* storage = ::operator new (sizes.fTotal); in init()
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceCache.h | 203 int fTotal; member 214 fTotal = 0; in reset()
|
D | GrResourceCache.cpp | 790 stats->fTotal = this->getResourceCount(); in getStats() 816 stats.fTotal, fBudgetedCount, stats.fWrapped, stats.fNumNonPurgeable, in dumpStats()
|
/third_party/skia/src/gpu/ |
D | GrResourceCache.h | 200 int fTotal; member 211 fTotal = 0; in reset()
|
D | GrResourceCache.cpp | 845 stats->fTotal = this->getResourceCount(); in getStats() 870 stats.fTotal, fBudgetedCount, stats.fWrapped, stats.fNumNonPurgeable, in dumpStats()
|