Home
last modified time | relevance | path

Searched defs:bytesUsed (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkRecord.cpp25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
DSkMaskCache.cpp53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
144 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
DSkRTree.cpp172 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
DSkBitmapCache.cpp90 size_t bytesUsed() const override { in bytesUsed() function in SkBitmapCache::Rec
245 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
DSkYUVPlanesCache.cpp50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
/third_party/skia/src/core/
DSkRecord.cpp25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
DSkMaskCache.cpp53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
144 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
DSkRTree.cpp166 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
DSkBitmapCache.cpp90 size_t bytesUsed() const override { in bytesUsed() function in SkBitmapCache::Rec
245 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
DSkYUVPlanesCache.cpp53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
/third_party/flutter/skia/bench/
DImageCacheBench.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
/third_party/skia/bench/
DImageCacheBench.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
/third_party/flutter/skia/tests/
DImageCacheTest.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
DSkResourceCacheTest.cpp234 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
DPictureTest.cpp680 virtual size_t bytesUsed() const override { return 0; } in bytesUsed() function
/third_party/skia/tests/
DImageCacheTest.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
DSkResourceCacheTest.cpp234 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
DPromiseImageTest.cpp322 size_t bytesUsed; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/src/shaders/
DSkPictureShader.cpp90 size_t bytesUsed() const override { in bytesUsed() function
/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp305 size_t bytesUsed = block.fBuffer->size() - block.fBytesFree; in putBack() local
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp291 size_t bytesUsed = block.fBuffer->size() - block.fBytesFree; in putBack() local
/third_party/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp111 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
/third_party/flutter/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp112 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
/third_party/skia/src/shaders/
DSkPictureShader.cpp91 size_t bytesUsed() const override { in bytesUsed() function
/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp287 size_t bytesUsed() const override { return fTessellations->size(); } in bytesUsed() function in __anon086c386a0111::CachedTessellationsRec

12