Home
last modified time | relevance | path

Searched defs:approximateBytesUsed (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkBigPicture.cpp69 size_t SkBigPicture::approximateBytesUsed() const { in approximateBytesUsed() function in SkBigPicture
H A DSkDrawable.cpp75 size_t SkDrawable::approximateBytesUsed() { in approximateBytesUsed() function in SkDrawable
H A DSkPictureRecorder.cpp62 size_t approximateBytesUsed() const override { return sizeof(*this); } in approximateBytesUsed() function in SkEmptyPicture
H A DSkPathRef.cpp62 size_t SkPathRef::approximateBytesUsed() const { in approximateBytesUsed() function in SkPathRef
H A DSkPicture.cpp348 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder() function
H A DSkPath.cpp572 size_t SkPath::approximateBytesUsed() const { in approximateBytesUsed() function in SkPath
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts2890 approximateBytesUsed(): number; method