Home
last modified time | relevance | path

Searched refs:TransformWithPerspectiveClip (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp228 void Path::TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) in TransformWithPerspectiveClip() function in OHOS::Rosen::Drawing::Path
230 impl_->TransformWithPerspectiveClip(matrix, dst, applyPerspectiveClip); in TransformWithPerspectiveClip()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_test.cpp116 * @tc.desc: Test TransformWithPerspectiveClip
125 skiaPath.TransformWithPerspectiveClip(matrix, &path, true); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h90 virtual void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h89 void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) override;
H A Dskia_path.cpp314 void SkiaPath::TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) in TransformWithPerspectiveClip() function in OHOS::Rosen::Drawing::SkiaPath
318 LOGE("SkiaPath::TransformWithPerspectiveClip, skMatrixImpl is nullptr!"); in TransformWithPerspectiveClip()
328 LOGE("SkiaPath::TransformWithPerspectiveClip, dstPathImpl is nullptr!"); in TransformWithPerspectiveClip()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h439 virtual void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp217 path.TransformWithPerspectiveClip(matrix, &src, applyPerspectiveClip); in PathFuzzTest004()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp479 path->TransformWithPerspectiveClip(*matrix, CastToPath(dstPath), applyPerspectiveClip); in OH_Drawing_PathTransformWithPerspectiveClip()

Completed in 6 milliseconds