Searched refs:gWeightMap (Results 1 – 3 of 3) sorted by relevance
33 } gWeightMap[] = { in FontStyle() local44 for (const auto& w : gWeightMap) { in FontStyle()
52 static constexpr std::tuple<const char*, SkFontStyle::Weight> gWeightMap[] = { in FontStyle() local89 style = parse_map(gWeightMap, style, &weight); in FontStyle()
836 static constexpr std::tuple<const char*, SkSVGFontWeight::Type> gWeightMap[] = { in parse() local856 if (this->parseEnumMap(gWeightMap, &type)) { in parse()