Searched refs:sizeResult (Results 1 – 1 of 1) sorted by relevance
47 auto sizeResult = mCurrentValues.find("size"); in processElement() local48 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()