Home
last modified time | relevance | path

Searched refs:HasPerspective (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix.cpp235 bool Matrix::HasPerspective() const in HasPerspective() function in OHOS::Rosen::Drawing::Matrix
237 return matrixImplPtr->HasPerspective(); in HasPerspective()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dmatrix.h277 bool HasPerspective() const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dmatrix_impl.h86 virtual bool HasPerspective() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_matrix.h91 bool HasPerspective() const override;
H A Dskia_matrix.cpp279 bool SkiaMatrix::HasPerspective() const in HasPerspective() function in OHOS::Rosen::Drawing::SkiaMatrix
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/
H A Dmatrix_fuzzer.cpp122 matrix.HasPerspective(); in MatrixFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp495 if (canvas.GetTotalMatrix().HasPerspective()) { in DrawImageOnCanvas()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3005 if (canvas.GetTotalMatrix().HasPerspective()) { in DrawCacheSurface()

Completed in 11 milliseconds