Searched refs:TransformWithPerspectiveClip (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_path_test.cpp | 125 skiaPath.TransformWithPerspectiveClip(matrix, &path, true);
|
/ohos5.0/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 applyPerspectiveCl…
|
/ohos5.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) over…
|
H A D | skia_path.cpp | 314 void SkiaPath::TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveC… in TransformWithPerspectiveClip() function in OHOS::Rosen::Drawing::SkiaPath
|
/ohos5.0/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 applyPerspectiveCl…
|
/ohos5.0/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()
|
/ohos5.0/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()
|