Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1067 if (!canvas.HasOffscreenLayer() && in Draw()
1089 if (!canvas.HasOffscreenLayer() && in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h178 bool HasOffscreenLayer() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp1002 bool RSPaintFilterCanvas::HasOffscreenLayer() const in HasOffscreenLayer() function in OHOS::Rosen::RSPaintFilterCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1070 if (isDangerous && !canvas.HasOffscreenLayer()) { in BeginBlender()