Searched refs:typeResult (Results 1 – 1 of 1) sorted by relevance
66 auto typeResult = mCurrentValues.find("type"); in processElement() local67 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()