Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
Drs_property_drawable.h121 using DrawableVec = std::array<DrawablePtr, static_cast<size_t>(RSPropertyDrawableSlot::MAX)>; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
Drs_render_node_drawable_adapter.h129 using DrawableVec = std::vector<std::shared_ptr<RSRenderNodeDrawableAdapter>>; variable