Searched defs:bytesUsed (Results 1 – 11 of 11) sorted by relevance
25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
55 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function150 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
182 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
139 size_t bytesUsed() const override { return sizeof(fKey) + fBitmap.getSize(); } in bytesUsed() function255 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
76 size_t bytesUsed() const override { in bytesUsed() function
28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
1308 virtual size_t bytesUsed() const override { return 0; } in bytesUsed() function
200 size_t bytesUsed = block.fBuffer->gpuMemorySize() - block.fBytesFree; in putBack() local
125 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function