/third_party/flutter/skia/src/core/ |
D | SkRecord.cpp | 25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
|
D | SkMaskCache.cpp | 53 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
|
D | SkRTree.cpp | 172 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
|
D | SkBitmapCache.cpp | 90 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
|
D | SkYUVPlanesCache.cpp | 50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
/third_party/skia/src/core/ |
D | SkRecord.cpp | 25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
|
D | SkMaskCache.cpp | 53 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
|
D | SkRTree.cpp | 166 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
|
D | SkBitmapCache.cpp | 90 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
|
D | SkYUVPlanesCache.cpp | 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
/third_party/flutter/skia/bench/ |
D | ImageCacheBench.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
/third_party/skia/bench/ |
D | ImageCacheBench.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
/third_party/flutter/skia/tests/ |
D | ImageCacheTest.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
D | SkResourceCacheTest.cpp | 234 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
|
D | PictureTest.cpp | 680 virtual size_t bytesUsed() const override { return 0; } in bytesUsed() function
|
/third_party/skia/tests/ |
D | ImageCacheTest.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
D | SkResourceCacheTest.cpp | 234 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
|
D | PromiseImageTest.cpp | 322 size_t bytesUsed; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/flutter/skia/src/shaders/ |
D | SkPictureShader.cpp | 90 size_t bytesUsed() const override { in bytesUsed() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 305 size_t bytesUsed = block.fBuffer->size() - block.fBytesFree; in putBack() local
|
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 291 size_t bytesUsed = block.fBuffer->size() - block.fBytesFree; in putBack() local
|
/third_party/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 111 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 112 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
|
/third_party/skia/src/shaders/ |
D | SkPictureShader.cpp | 91 size_t bytesUsed() const override { in bytesUsed() function
|
/third_party/flutter/skia/src/utils/ |
D | SkShadowUtils.cpp | 287 size_t bytesUsed() const override { return fTessellations->size(); } in bytesUsed() function in __anon086c386a0111::CachedTessellationsRec
|