Home
last modified time | relevance | path

Searched defs:jpath (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skottie/src/
DPath.cpp21 PathAdapter(const skjson::Value& jpath, const AnimationBuilder& abuilder) in PathAdapter()
/third_party/flutter/skia/modules/skottie/src/layers/
DTextLayer.cpp131 const skjson::StringValue* jpath = (*jfont)["fPath"]; in parseFonts() local
DShapeLayer.cpp36 sk_sp<sksg::GeometryNode> AttachPathGeometry(const skjson::ObjectValue& jpath, in AttachPathGeometry()
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp216 const skjson::StringValue* jpath = (*jfont)["fPath"]; in parseFonts() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp146 sk_sp<sksg::GeometryNode> ShapeBuilder::AttachPathGeometry(const skjson::ObjectValue& jpath, in AttachPathGeometry()
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp246 const auto attach_path = [&](const skjson::ObjectValue* jpath) -> std::unique_ptr<PathInfo> { in Make()