Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp66 auto typeResult = mCurrentValues.find("type"); in processElement() local
67 if (typeResult != mCurrentValues.end()) { in processElement()
68 type = typeResult->second.units; in processElement()
100 typeResult = resourceValues.find(key); in processElement()
101 if (typeResult != resourceValues.end()) { in processElement()
102 SkASSERT(sizeResult->second.units == typeResult->second.units); in processElement()
103 typeResult->second.value += sizeResult->second.value; in processElement()
104 typeResult->second.count++; in processElement()