Searched refs:FastAtan2F (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 235 da = MATH_ABS(FastAtan2F(y3 - y2, x3 - x2) - FastAtan2F(y2 - y1, x2 - x1)); in Recursive() 590 dxTemp = MATH_ABS(FastAtan2F(y4 - y3, x4 - x3) - FastAtan2F(y3 - y2, x3 - x2)); in Recursive() 614 dxTemp = MATH_ABS(FastAtan2F(y3 - y2, x3 - x2) - FastAtan2F(y2 - y1, x2 - x1)); in Recursive() 637 delta41 = FastAtan2F(y3 - y2, x3 - x2); in Recursive() 638 dxTemp = MATH_ABS(delta41 - FastAtan2F(y2 - y1, x2 - x1)); in Recursive() 639 dyTemp = MATH_ABS(FastAtan2F(y4 - y3, x4 - x3) - delta41); in Recursive()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_math_stroke.h | 126 angleStart = FastAtan2F(dy1, -dx1); in CalcCap() 134 angleStart = FastAtan2F(-dy1, dx1); in CalcCap() 339 float angleStart = FastAtan2F(dy1 * strokeWidthSignal_, dx1 * strokeWidthSignal_); in CalcArc() 340 float angleEnd = FastAtan2F(dy2 * strokeWidthSignal_, dx2 * strokeWidthSignal_); in CalcArc()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | graphic_math.cpp | 131 float FastAtan2F(float y, float x) in FastAtan2F() function
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.h | 101 float angle = FastAtan2F(linearPoint.y1 - linearPoint.y0, linearPoint.x1 - linearPoint.x0); in BuildLineGradientMatrix()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 91 float FastAtan2F(float x, float y);
|