Home
last modified time | relevance | path

Searched refs:SetMatrix44RowMajor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix44.cpp66 void Matrix44::SetMatrix44RowMajor(const Buffer& buffer) in SetMatrix44RowMajor() function in OHOS::Rosen::Drawing::Matrix44
68 impl_->SetMatrix44RowMajor(buffer); in SetMatrix44RowMajor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dmatrix44.h76 void SetMatrix44RowMajor(const Buffer& buffer);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dmatrix44_impl.h44 virtual void SetMatrix44RowMajor(const std::array<scalar, MATRIX44_SIZE>& buffer) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_matrix44.h45 void SetMatrix44RowMajor(const std::array<scalar, MATRIX44_SIZE>& buffer) override;
H A Dskia_matrix44.cpp80 void SkiaMatrix44::SetMatrix44RowMajor(const std::array<scalar, Matrix44Impl::MATRIX44_SIZE>& buffe… in SetMatrix44RowMajor() function in OHOS::Rosen::Drawing::SkiaMatrix44
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix44_fuzzer/
H A Dmatrix44_fuzzer.cpp74 matrix.SetMatrix44RowMajor(buffer); in Martix44FuzzTest001()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp130 skewM44.SetMatrix44RowMajor({1.f, trans.skewX_, 0.f, 0.f, in ApplySkewToMatrix44()
161 perspM44.SetMatrix44RowMajor({1.f, 0.f, 0.f, 0.f, in ApplyPerspToMatrix44()