/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/ |
H A D | SkTHash.h | 39 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 D | SkTHash.h | 39 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 D | SkTDynamicHash.h | 40 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 D | SkTHash.h | 49 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 D | SkTHash.h | 49 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 D | SkTHash.h | 49 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 D | SkTHash.h | 49 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 D | SkTHash.h | 49 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 D | SkTHash.h | 64 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 D | GrHashMapWithCache.h | 36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
|
H A D | GrThreadSafeCache.cpp | 38 return fUniquelyKeyedEntryMap.approxBytesUsed(); in approxBytesUsedForHash()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/ |
H A D | HashTest.cpp | 27 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST() 234 REPORTER_ASSERT(r, s.approxBytesUsed() == (sizeof(int) + sizeof(uint32_t)) * cap); in DEF_TEST()
|