Searched refs:gTagFactories (Results 1 – 1 of 1) sorted by relevance
316 SortedDictionaryEntry<sk_sp<SkSVGNode>(*)()> gTagFactories[] = { variable388 const int tagIndex = SkStrSearch(&gTagFactories[0].fKey, in construct_svg_node()389 SkTo<int>(SK_ARRAY_COUNT(gTagFactories)), in construct_svg_node()390 elem, sizeof(gTagFactories[0])); in construct_svg_node()398 SkASSERT(SkTo<size_t>(tagIndex) < SK_ARRAY_COUNT(gTagFactories)); in construct_svg_node()399 sk_sp<SkSVGNode> node = gTagFactories[tagIndex].fValue(); in construct_svg_node()