Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecord.cpp25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
DSkMaskCache.cpp55 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
150 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
DSkYUVPlanesCache.cpp50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
DSkRTree.cpp182 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
DSkBitmapCache.cpp139 size_t bytesUsed() const override { return sizeof(fKey) + fBitmap.getSize(); } in bytesUsed() function
255 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
DSkPictureShader.cpp76 size_t bytesUsed() const override { in bytesUsed() function
/external/skia/bench/
DImageCacheBench.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
/external/skia/tests/
DImageCacheTest.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
DPictureTest.cpp1308 virtual size_t bytesUsed() const override { return 0; } in bytesUsed() function
/external/skia/src/gpu/
DGrBufferAllocPool.cpp200 size_t bytesUsed = block.fBuffer->gpuMemorySize() - block.fBytesFree; in putBack() local
/external/skia/src/ports/
DSkFontHost_fontconfig.cpp125 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function