Home
last modified time | relevance | path

Searched defs:bytesUsed (Results 1 – 14 of 14) 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
149 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.cpp183 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
DSkBitmapCache.cpp162 size_t bytesUsed() const override { in bytesUsed() function in SkBitmapCache::Rec
363 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
/external/skia/bench/
DImageCacheBench.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioFileOutput.java156 int bytesUsed = 0; in writeDataBuffer() local
/external/skia/tests/
DImageCacheTest.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
DSkResourceCacheTest.cpp232 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
DPictureTest.cpp978 virtual size_t bytesUsed() const override { return 0; } in bytesUsed() function
/external/skia/src/gpu/
DGrBufferAllocPool.cpp253 size_t bytesUsed = block.fBuffer->gpuMemorySize() - block.fBytesFree; in putBack() local
/external/skia/src/shaders/
DSkPictureShader.cpp97 size_t bytesUsed() const override { in bytesUsed() function
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp112 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
/external/skia/src/utils/
DSkShadowUtils.cpp290 size_t bytesUsed() const override { return fTessellations->size(); } in bytesUsed() function in __anon33e536640111::CachedTessellationsRec