Searched refs:TransformWithPerspectiveClip (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 228 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 D | skia_path_test.cpp | 116 * @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 D | path_impl.h | 90 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 D | skia_path.h | 89 void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) override;
|
H A D | skia_path.cpp | 314 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 D | path.h | 439 virtual void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip);
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/ |
H A D | path_fuzzer.cpp | 217 path.TransformWithPerspectiveClip(matrix, &src, applyPerspectiveClip); in PathFuzzTest004()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 479 path->TransformWithPerspectiveClip(*matrix, CastToPath(dstPath), applyPerspectiveClip); in OH_Drawing_PathTransformWithPerspectiveClip()
|
Completed in 6 milliseconds