Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h75 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
501 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
614 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
H A DSkTDynamicHash.h40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrHashMapWithCache.h36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dcanvaskit-wasm-tests.ts711 const approxBytesUsed = pic.approximateBytesUsed(); // $ExpectType number constant
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcore_test.js33 const approxBytesUsed = pic.approximateBytesUsed(); constant