Home
last modified time | relevance | path

Searched defs:approxBytesUsed (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrHashMapWithCache.h36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
/third_party/skia/src/core/
DSkTDynamicHash.h40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/third_party/skia/include/private/
DSkTHash.h69 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
423 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
503 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function