Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dcanvas_test.cpp634 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
651 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
725 SaveLayerOps saveLayerRec(&rect, &brush, &imageFilter, saveLayerFlags); variable
743 SaveLayerOps saveLayerRec(&rect, &brush, &imageFilter, saveLayerFlags); variable
760 SaveLayerOps saveLayerRec(&rect, &brush, &imageFilter, saveLayerFlags); variable
777 SaveLayerOps saveLayerRec(&rect, &brush, &imageFilter, saveLayerFlags); variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
Drecording_canvas_test.cpp661 SaveLayerOps saveLayerRec(&rect, &brush, saveLayerFlags); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_paint_filter_canvas.cpp286 void RSPaintFilterCanvasBase::SaveLayer(const SaveLayerOps& saveLayerRec) in SaveLayer()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_svg_painter.cpp78 RSSaveLayerOps saveLayerRec(nullptr, &mask_filter); in SetMask() local