Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DPath.cpp25 PathAdapter(const skjson::Value& jpath, const AnimationBuilder& abuilder) in PathAdapter()
/external/cldr/docs/charts/keyboard/
Dbuild.mjs41 const isArray = (name, jpath, isLeafNode, isAttribute) => { argument
/external/cronet/components/cronet/android/test/
Dquic_test_server.cc146 const JavaParamRef<jstring>& jpath, in JNI_QuicTestServer_DelayResponse()
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp149 const skjson::StringValue* jpath = (*jfont)["fPath"]; in parseFonts() local
/external/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp153 sk_sp<sksg::GeometryNode> ShapeBuilder::AttachPathGeometry(const skjson::ObjectValue& jpath, in AttachPathGeometry()
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp390 const auto attach_path = [&](const skjson::ObjectValue* jpath) -> std::unique_ptr<PathInfo> { in Make()