Searched refs:sx (Results 1 - 3 of 3) sorted by relevance
/interface/sdk_c/graphic/graphic_2d/native_drawing/ |
H A D | drawing_matrix.h | 76 * by sx and sy, about a pivot point at (px, py). 80 * @param sx horizontal 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). 203 * | A B C | | sx 0 dx | 204 * Matrix =| D E F |, S(sx, sy, px, py) = | 0 sy dy | 209 * dx = px - sx * px 214 * | A B C | | sx 0 dx | | A*sx B*sy A*dx+B*dy+C | 215 * Matrix * S(sx, s [all...] |
H A D | drawing_canvas.h | 545 * @brief Scales by sx on the x-axis and sy on the y-axis.
549 * @param sx Indicates the amount to scale on x-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.
561 * @param sx Indicates the amount to skew on x-axis.
566 void OH_Drawing_CanvasSkew(OH_Drawing_Canvas*, float sx, float sy);
|
/interface/sdk_c/third_party/vulkan-headers/vulkan/ |
H A D | vulkan_core.h | 16106 float sx;
member
|
Completed in 60 milliseconds