Searched defs:jpath (Results 1 – 4 of 4) sorted by relevance
21 PathAdapter(const skjson::Value& jpath, const AnimationBuilder& abuilder) in PathAdapter()
143 const skjson::StringValue* jpath = (*jfont)["fPath"]; in parseFonts() local
146 sk_sp<sksg::GeometryNode> ShapeBuilder::AttachPathGeometry(const skjson::ObjectValue& jpath, in AttachPathGeometry()
353 const auto attach_path = [&](const skjson::ObjectValue* jpath) -> std::unique_ptr<PathInfo> { in Make()