Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h179 float GetSkewY() const in GetSkewY() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h280 float GetSkewY() const in GetSkewY() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp217 value += Vector2f(geometry->GetSkewX(), geometry->GetSkewY()); in Apply()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h154 float GetSkewY() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp812 float RSProperties::GetSkewY() const in GetSkewY() function in OHOS::Rosen::RSProperties
814 return boundsGeo_->GetSkewY(); in GetSkewY()
819 return { boundsGeo_->GetSkewX(), boundsGeo_->GetSkewY() }; in GetSkew()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1102 auto skewY = properties.GetSkewY();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp289 …rix.SetMatrix(pattern.GetScaleX(), pattern.GetSkewX(), pattern.GetTranslateX(), pattern.GetSkewY(), in GetMatrixFromPattern()