Searched refs:bytesUsed (Results 1 - 21 of 21) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkResourceCache.cpp | 170 make_size_str(rec->bytesUsed(), &bytesStr); in add() 182 size_t used = rec->bytesUsed(); in remove() 359 fTotalBytesUsed += rec->bytesUsed(); in addToHead() 378 SkASSERT(fHead->bytesUsed() == fTotalBytesUsed); in validate() 392 used += rec->bytesUsed(); in validate() 402 SkASSERT(used >= rec->bytesUsed()); in validate() 403 used -= rec->bytesUsed(); in validate() 585 rec.getCategory(), rec.bytesUsed(), rec.diagnostic_only_getDiscardable()); in dump_visitor() 601 dump->dumpNumericValue(dumpName.c_str(), "discardable_size", "bytes", rec.bytesUsed()); in sk_trace_dump_visitor() 603 dump->dumpNumericValue(dumpName.c_str(), "size", "bytes", rec.bytesUsed()); in sk_trace_dump_visitor() [all...] |
H A D | SkBigPicture.cpp | 80 size_t bytes = sizeof(*this) + fRecord->bytesUsed() + fApproxBytesUsedBySubPictures; in approximateBytesUsed() 81 if (fBBH) { bytes += fBBH->bytesUsed(); } in approximateBytesUsed()
|
H A D | SkRecord.cpp | 25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
|
H A D | SkMaskCache.cpp | 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } 144 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); }
|
H A D | SkRTree.h | 36 size_t bytesUsed() const override;
|
H A D | SkYUVPlanesCache.cpp | 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); }
|
H A D | SkBitmapCache.cpp | 90 size_t bytesUsed() const override { 245 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); }
|
H A D | SkResourceCache.h | 83 virtual size_t bytesUsed() const = 0; 205 * that pushes the total bytesUsed over the limit. Note: The limit can be
|
H A D | SkRecord.h | 90 size_t bytesUsed() const;
|
H A D | SkRTree.cpp | 166 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
|
/third_party/skia/src/gpu/ |
H A D | GrBufferAllocPool.cpp | 291 size_t bytesUsed = block.fBuffer->size() - block.fBytesFree; in putBack() local 292 if (bytes >= bytesUsed) { in putBack() 293 bytes -= bytesUsed; in putBack() 294 fBytesInUse -= bytesUsed; in putBack()
|
/third_party/skia/include/core/ |
H A D | SkBBHFactory.h | 36 virtual size_t bytesUsed() const = 0;
|
/third_party/skia/bench/ |
H A D | ImageCacheBench.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitives.cs | 188 int bytesUsed; in WriteString() 194 bytesUsed = Utf8Encoding.GetBytes(sourceChars, source.Length, destinationBytes, buffer.Length); in WriteString() 197 state.position += bytesUsed; in WriteString()
|
/third_party/skia/tests/ |
H A D | PromiseImageTest.cpp | 322 size_t bytesUsed; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 324 dContext->getResourceCacheUsage(nullptr, &bytesUsed); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 325 REPORTER_ASSERT(reporter, bytesUsed > kMaxBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | ImageCacheTest.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); }
|
H A D | SkResourceCacheTest.cpp | 234 size_t bytesUsed() const override { return 1024; /* just need a value */ }
|
H A D | PictureTest.cpp | 619 size_t bytesUsed() const override { return 0; }
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 111 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); }
|
/third_party/skia/src/shaders/ |
H A D | SkPictureShader.cpp | 91 size_t bytesUsed() const override {
|
/third_party/skia/src/utils/ |
H A D | SkShadowUtils.cpp | 332 size_t bytesUsed() const override { return fTessellations->size(); }
|
Completed in 16 milliseconds