Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_effect.cpp33 std::vector<std::string> childNames; in GlslToSksl() local
40 childNames.emplace_back(match[1].str()); in GlslToSksl()
44 for (const auto& childName : childNames) { in GlslToSksl()