Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieTextLayer.cpp33 } gWeightMap[] = { in FontStyle() local
44 for (const auto& w : gWeightMap) { in FontStyle()
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp52 static constexpr std::tuple<const char*, SkFontStyle::Weight> gWeightMap[] = { in FontStyle() local
89 style = parse_map(gWeightMap, style, &weight); in FontStyle()
/external/skia/modules/svg/src/
DSkSVGAttributeParser.cpp836 static constexpr std::tuple<const char*, SkSVGFontWeight::Type> gWeightMap[] = { in parse() local
856 if (this->parseEnumMap(gWeightMap, &type)) { in parse()