Home
last modified time | relevance | path

Searched refs:approxBytesUsed (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DSkTHash.h39 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); }
206 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
269 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DSkTHash.h39 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
233 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
295 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkTDynamicHash.h40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/private/
H A DSkTHash.h49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
327 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/private/
H A DSkTHash.h49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
327 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/private/
H A DSkTHash.h49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
264 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
341 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/private/
H A DSkTHash.h49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
327 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/private/
H A DSkTHash.h49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
327 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DSkTHash.h64 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
267 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
337 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrHashMapWithCache.h36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
H A DGrThreadSafeCache.cpp38 return fUniquelyKeyedEntryMap.approxBytesUsed(); in approxBytesUsedForHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DHashTest.cpp27 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST()
234 REPORTER_ASSERT(r, s.approxBytesUsed() == (sizeof(int) + sizeof(uint32_t)) * cap); in DEF_TEST()