Home
last modified time | relevance | path

Searched defs:saveLayerRec (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcanvas_test.cpp699 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
716 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
875 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
892 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
908 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp911 Drawing::SaveLayerOps saveLayerRec; variable
1452 Drawing::SaveLayerOps saveLayerRec; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Drecording_canvas_test.cpp1224 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp410 void RSPaintFilterCanvasBase::SaveLayer(const SaveLayerOps& saveLayerRec) in SaveLayer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp74 RSSaveLayerOps saveLayerRec(nullptr, &mask_filter); in SetMask() local