HomeSort by relevance Sort by last modified time
    Searched refs:AttachContext (Results 1 - 5 of 5) sorted by null

  /external/skia/experimental/skottie/
Skottie.cpp 55 struct AttachContext {
68 sk_sp<sksg::Matrix> AttachMatrix(const Json::Value& t, AttachContext* ctx,
120 sk_sp<sksg::RenderNode> AttachOpacity(const Json::Value& jtransform, AttachContext* ctx,
145 sk_sp<sksg::RenderNode> AttachComposition(const Json::Value&, AttachContext* ctx);
147 sk_sp<sksg::Path> AttachPath(const Json::Value& jpath, AttachContext* ctx) {
155 sk_sp<sksg::GeometryNode> AttachPathGeometry(const Json::Value& jpath, AttachContext* ctx) {
161 sk_sp<sksg::GeometryNode> AttachRRectGeometry(const Json::Value& jrect, AttachContext* ctx) {
187 sk_sp<sksg::GeometryNode> AttachEllipseGeometry(const Json::Value& jellipse, AttachContext* ctx) {
211 sk_sp<sksg::GeometryNode> AttachPolystarGeometry(const Json::Value& jstar, AttachContext* ctx) {
260 sk_sp<sksg::Color> AttachColor(const Json::Value& obj, AttachContext* ctx)
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 55 struct AttachContext {
67 sk_sp<sksg::Matrix> AttachMatrix(const Json::Value& t, AttachContext* ctx,
119 sk_sp<sksg::RenderNode> AttachOpacity(const Json::Value& jtransform, AttachContext* ctx,
144 sk_sp<sksg::RenderNode> AttachComposition(const Json::Value&, AttachContext* ctx);
146 sk_sp<sksg::Path> AttachPath(const Json::Value& jpath, AttachContext* ctx) {
154 sk_sp<sksg::GeometryNode> AttachPathGeometry(const Json::Value& jpath, AttachContext* ctx) {
160 sk_sp<sksg::GeometryNode> AttachRRectGeometry(const Json::Value& jrect, AttachContext* ctx) {
186 sk_sp<sksg::GeometryNode> AttachEllipseGeometry(const Json::Value& jellipse, AttachContext* ctx) {
210 sk_sp<sksg::GeometryNode> AttachPolystarGeometry(const Json::Value& jstar, AttachContext* ctx) {
259 sk_sp<sksg::Color> AttachColor(const Json::Value& obj, AttachContext* ctx)
    [all...]
  /external/tensorflow/tensorflow/core/framework/
shape_inference.h 679 Status AttachContext(const Status& status);
shape_inference.cc 158 return AttachContext(s);
    [all...]
shape_inference_test.cc 164 TEST_F(ShapeInferenceTest, AttachContext) {
    [all...]

Completed in 785 milliseconds