Home
last modified time | relevance | path

Searched refs:jpath (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieTextLayer.cpp114 const skjson::StringValue* jpath = (*jfont)["fPath"]; in parseFonts() local
132 jpath ? jpath->begin() in parseFonts()
DSkottie.cpp237 sk_sp<sksg::Path> AnimationBuilder::attachPath(const skjson::Value& jpath, in attachPath() argument
240 return this->bindProperty<ShapeValue>(jpath, ascope, in attachPath()
DSkottieShapeLayer.cpp35 sk_sp<sksg::GeometryNode> AttachPathGeometry(const skjson::ObjectValue& jpath, in AttachPathGeometry() argument
38 return abuilder->attachPath(jpath["ks"], ascope); in AttachPathGeometry()
/external/skqp/modules/skottie/src/
DSkottieTextLayer.cpp114 const skjson::StringValue* jpath = (*jfont)["fPath"]; in parseFonts() local
132 jpath ? jpath->begin() in parseFonts()
DSkottie.cpp185 sk_sp<sksg::Path> AnimationBuilder::attachPath(const skjson::Value& jpath, in attachPath() argument
188 return this->bindProperty<ShapeValue>(jpath, ascope, in attachPath()
DSkottieShapeLayer.cpp35 sk_sp<sksg::GeometryNode> AttachPathGeometry(const skjson::ObjectValue& jpath, in AttachPathGeometry() argument
38 return abuilder->attachPath(jpath["ks"], ascope); in AttachPathGeometry()
/external/scapy/scapy/layers/
Ddns.py101 jpath = [p]
115 if p in jpath:
118 jpath.append(p)