Home
last modified time | relevance | path

Searched refs:sy (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_matrix.h76 * by sx and sy, about a pivot point at (px, py).
81 * @param sy vertical scale factor.
88 OH_Drawing_Matrix* OH_Drawing_MatrixCreateScale(float sx, float sy, float px, float py);
200 * @brief Sets matrix to forward scale by sx and sy, about a pivot point at (px, py).
204 * Matrix =| D E F |, S(sx, sy, px, py) = | 0 sy dy |
210 * dy = py - sy * py
214 * | A B C | | sx 0 dx | | A*sx B*sy A*dx+B*dy+C |
215 * Matrix * S(sx, sy, px, py) = | D E F | | 0 sy d
[all...]
H A Ddrawing_canvas.h545 * @brief Scales by sx on the x-axis and sy on the y-axis.
550 * @param sy Indicates the amount to scale on y-axis.
554 void OH_Drawing_CanvasScale(OH_Drawing_Canvas*, float sx, float sy);
557 * @brief Skew by sx on the x-axis and sy on the y-axis.
562 * @param sy Indicates the amount to skew on y-axis.
566 void OH_Drawing_CanvasSkew(OH_Drawing_Canvas*, float sx, float sy);
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_core.h16110 float sy; member

Completed in 63 milliseconds