Home
last modified time | relevance | path

Searched refs:OpWith (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_test.cpp140 skiaPath.OpWith(path, path2, PathOp::DIFFERENCE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h93 virtual bool OpWith(const Path& path1, const Path& path2, PathOp op) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h92 bool OpWith(const Path& path1, const Path& path2, PathOp op) override;
H A Dskia_path.cpp357 bool SkiaPath::OpWith(const Path& path1, const Path& path2, PathOp op) in OpWith() function in OHOS::Rosen::Drawing::SkiaPath
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp250 return impl_->OpWith(path1, path2, op); in Op()