Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h205 return withoutFilterMatrixMap_; in GetWithoutFilterMatrixMap()
299 std::unordered_map<NodeId, Drawing::Matrix> withoutFilterMatrixMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp403 curDrawingCacheRoot_->withoutFilterMatrixMap_[GetId()] = canvas.GetTotalMatrix(); in CollectInfoForNodeWithoutFilter()