/ohos5.0/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(bCli… in PathTransformWithPerspectiveClip() 35 bool applyPerspectiveClip; variable
|
H A D | path_test.cpp | 44 OH_Drawing_PathTransformWithPerspectiveClip(path, matrix, nullptr, applyPerspectiveClip); in OnTestPerformance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.cpp | 314 … 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) over…
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 550 OH_Drawing_Path* dst, bool applyPerspectiveClip);
|
/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() argument 230 impl_->TransformWithPerspectiveClip(matrix, dst, applyPerspectiveClip); in TransformWithPerspectiveClip()
|
/ohos5.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() argument 479 path->TransformWithPerspectiveClip(*matrix, CastToPath(dstPath), applyPerspectiveClip); in OH_Drawing_PathTransformWithPerspectiveClip()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | path_impl.h | 90 … void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | path.h | 439 …tual void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 71 …x) \*, [OH_Drawing_Path](_drawing.md#oh_drawing_path) \*dst, bool applyPerspectiveClip) | 对路径进行矩阵变…
|
H A D | _drawing.md | 450 …awing_matrix) \*, [OH_Drawing_Path](#oh_drawing_path) \*dst, bool applyPerspectiveClip) | 对路径进行矩阵变… 11069 …(OH_Drawing_Path* src, const OH_Drawing_Matrix* , OH_Drawing_Path* dst, bool applyPerspectiveClip ) 11091 | applyPerspectiveClip | 表示变换路径是否应用透视裁剪。true表示应用透视裁剪,false表示不用透视裁剪。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 71 …x) \*, [OH_Drawing_Path](_drawing.md#oh_drawing_path) \*dst, bool applyPerspectiveClip) | Transfor…
|
H A D | _drawing.md | 450 …awing_matrix) \*, [OH_Drawing_Path](#oh_drawing_path) \*dst, bool applyPerspectiveClip) | Transfor… 11114 …(OH_Drawing_Path* src, const OH_Drawing_Matrix* , OH_Drawing_Path* dst, bool applyPerspectiveClip ) 11136 | applyPerspectiveClip | Whether to apply perspective cropping to the new path. The value **true** …
|