Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h326 void ApplyAlpha(RSPaintFilterCanvas& canvas);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp2575 HWTEST_F(RSRenderNodeTest, ApplyAlpha, TestSize.Level1)
2578 node.ApplyAlpha(*canvas_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2201 void RSRenderNode::ApplyAlpha(RSPaintFilterCanvas& canvas) in ApplyAlpha() function in OHOS::Rosen::RSRenderNode