Home
last modified time | relevance | path

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 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_test.cpp125 skiaPath.TransformWithPerspectiveClip(matrix, &path, true);
/ohos5.0/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 applyPerspectiveCl…
/ohos5.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) over…
H A Dskia_path.cpp314 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 Dpath.h439 …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 Dpath_fuzzer.cpp217 path.TransformWithPerspectiveClip(matrix, &src, applyPerspectiveClip); in PathFuzzTest004()
/ohos5.0/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()