Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSkRuntimeEffect.h431 struct BuilderChild { struct
457 BuilderChild child(std::string_view name) { return { this, fEffect->findChild(name) }; } in child() argument