Searched defs:shearY (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/ |
H A D | paint.cpp | 331 void Paint::SetTransform(float scaleX, float shearX, float shearY, in SetTransform() 340 void Paint::Transform(float scaleX, float shearX, float shearY, float scaleY, int16_t transLateX, i… in Transform()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | transform.cpp | 162 void TransformMap::Shear(const Vector2<float>& shearX, const Vector2<float>& shearY, const Vector2<… in Shear()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 935 Matrix4<T> Matrix4<T>::Shear(const Vector2<T>& shearX, const Vector2<T>& shearY, const Vector2<T>& … in Shear()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | canvas_component.cpp | 1466 float shearY = FloatOf(args[ArgsIndex::IDX_2]); in Transform() local 1496 float shearY = FloatOf(args[ArgsIndex::IDX_2]); in SetTransform() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 330 void UIView::Shear(const Vector2<float>& shearX, const Vector2<float>& shearY, const Vector2<float>… in Shear()
|