Home
last modified time | relevance | path

Searched refs:sizeResult (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp47 auto sizeResult = mCurrentValues.find("size"); in processElement() local
48 if (sizeResult != mCurrentValues.end()) { in processElement()
49 mTotalSize.value += sizeResult->second.value; in processElement()
74 const char* key = (mItemizeType) ? type : sizeResult->first; in processElement()
102 SkASSERT(sizeResult->second.units == typeResult->second.units); in processElement()
103 typeResult->second.value += sizeResult->second.value; in processElement()
106 resourceValues.insert({key, sizeResult->second}); in processElement()
109 TraceValue sizeValue = sizeResult->second; in processElement()