Home
last modified time | relevance | path

Searched refs:fTotal (Results 1 – 10 of 10) 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/flutter/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.cpp65 return (stats.fTotal - stats.fScratch) == expected; in cache_non_scratch_resources_equals()
/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/flutter/skia/src/core/
DSkVertices.cpp63 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/
DGrResourceCache.h203 int fTotal; member
214 fTotal = 0; in reset()
DGrResourceCache.cpp790 stats->fTotal = this->getResourceCount(); in getStats()
816 stats.fTotal, fBudgetedCount, stats.fWrapped, stats.fNumNonPurgeable, in dumpStats()
/third_party/skia/src/gpu/
DGrResourceCache.h200 int fTotal; member
211 fTotal = 0; in reset()
DGrResourceCache.cpp845 stats->fTotal = this->getResourceCount(); in getStats()
870 stats.fTotal, fBudgetedCount, stats.fWrapped, stats.fNumNonPurgeable, in dumpStats()