Searched refs:RSPhysicalScreenProcessor (Results 1 – 4 of 4) sorted by relevance
25 RSPhysicalScreenProcessor::RSPhysicalScreenProcessor() in RSPhysicalScreenProcessor() function in OHOS::Rosen::RSPhysicalScreenProcessor30 RSPhysicalScreenProcessor::~RSPhysicalScreenProcessor() noexcept in ~RSPhysicalScreenProcessor()34 bool RSPhysicalScreenProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, S… in Init()50 void RSPhysicalScreenProcessor::PostProcess() in PostProcess()56 void RSPhysicalScreenProcessor::ProcessSurface(RSSurfaceRenderNode &node) in ProcessSurface()71 void RSPhysicalScreenProcessor::ProcessDisplaySurface(RSDisplayRenderNode& node) in ProcessDisplaySurface()76 void RSPhysicalScreenProcessor::ProcessRcdSurface(RSRcdSurfaceRenderNode& node) in ProcessRcdSurface()81 void RSPhysicalScreenProcessor::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr… in Redraw()
24 class RSPhysicalScreenProcessor : public RSProcessor {32 RSPhysicalScreenProcessor();33 ~RSPhysicalScreenProcessor() noexcept override;
32 return std::make_shared<RSPhysicalScreenProcessor>(); in CreateProcessor()
288 …std::shared_ptr<RSPhysicalScreenProcessor> rsHardwareProcessor = std::make_shared<RSPhysicalScreen…