Home
last modified time | relevance | path

Searched defs:usedSize (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h117 size_t usedSize() const { return mTotalAllocated - mWastedSpace; } in usedSize() function
/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.h124 size_t usedSize() const { return fUsed; } in usedSize() function