Searched refs:applyPerspectiveClip (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 545 * @param applyPerspectiveClip Indicates whether to apply perspective clip. 550 OH_Drawing_Path* dst, bool applyPerspectiveClip);
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.h | 27 PathTransformWithPerspectiveClip(int type, bool bClip) : TestBase(type), applyPerspectiveClip(bClip) in PathTransformWithPerspectiveClip() 35 bool applyPerspectiveClip; member in PathTransformWithPerspectiveClip
|
H A D | path_test.cpp | 44 OH_Drawing_PathTransformWithPerspectiveClip(path, matrix, nullptr, applyPerspectiveClip); in OnTestPerformance()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.cpp | 314 void SkiaPath::TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) in TransformWithPerspectiveClip() argument 323 static_cast<SkApplyPerspectiveClip>(applyPerspectiveClip)); in TransformWithPerspectiveClip() 332 static_cast<SkApplyPerspectiveClip>(applyPerspectiveClip)); in TransformWithPerspectiveClip()
|
H A D | skia_path.h | 89 void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) override;
|
/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() argument 230 impl_->TransformWithPerspectiveClip(matrix, dst, applyPerspectiveClip); in TransformWithPerspectiveClip()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/ |
H A D | path_fuzzer.cpp | 216 bool applyPerspectiveClip = GetObject<bool>(); in PathFuzzTest004() local 217 path.TransformWithPerspectiveClip(matrix, &src, applyPerspectiveClip); in PathFuzzTest004()
|
/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/drawing_ndk/src/ |
H A D | drawing_path.cpp | 467 OH_Drawing_Path* dstPath, bool applyPerspectiveClip) in OH_Drawing_PathTransformWithPerspectiveClip() 479 path->TransformWithPerspectiveClip(*matrix, CastToPath(dstPath), applyPerspectiveClip); in OH_Drawing_PathTransformWithPerspectiveClip() 466 OH_Drawing_PathTransformWithPerspectiveClip(OH_Drawing_Path* cPath, const OH_Drawing_Matrix* cMatrix, OH_Drawing_Path* dstPath, bool applyPerspectiveClip) OH_Drawing_PathTransformWithPerspectiveClip() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | path.h | 437 * @param applyPerspectiveClip Whether to apply perspective clipping 439 virtual void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip);
|
Completed in 9 milliseconds