Home
last modified time | relevance | path

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

/external/skia/experimental/skrive/src/reader/
DJsonReader.cpp23 } gTypeMap[] = { in block_type() local
44 const auto* map_entry = std::lower_bound(std::begin(gTypeMap), in block_type()
45 std::end (gTypeMap), in block_type()
51 return (map_entry != std::end(gTypeMap) && !strcmp(map_entry->name, key.name)) in block_type()
/external/skia/modules/svg/src/
DSkSVGFeColorMatrix.cpp118 static constexpr std::tuple<const char*, SkSVGFeColorMatrixType> gTypeMap[] = { in parse() local
125 return this->parseEnumMap(gTypeMap, type) && this->parseEOSToken(); in parse()
DSkSVGFe.cpp104 static constexpr std::tuple<const char*, SkSVGFeInputType::Type> gTypeMap[] = { in parse() local
116 if (this->parseEnumMap(gTypeMap, &t)) { in parse()