Searched refs:cX (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | common_math.h | 75 * @param aX,bX,cX,dX are the X coordinates of the point, and ay, by, cy and dy are the Y coordinates of the point 83 float cX, float cY, float dX, float dY, in CalcIntersection() 86 float num = (aY - cY) * (dX - cX) - (aX - cX) * (dY - cY); in CalcIntersection() 87 float den = (bX - aX) * (dY - cY) - (bY - aY) * (dX - cX); in CalcIntersection() 82 CalcIntersection(float aX, float aY, float bX, float bY, float cX, float cY, float dX, float dY, float* x, float* y) CalcIntersection() argument
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_c_sample.cpp | 73 float cX = aX + len * std::sin(18.0f); in TestDrawPathPro() local 78 float bY = aY + std::sqrt((cX - dX) * (cX - dX) + (len / 2.0) * (len / 2.0)); in TestDrawPathPro() 87 OH_Drawing_PathLineTo(cPath, cX, cY); in TestDrawPathPro()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_page_transition_ffi.cpp | 59 CalcDimension cX = CalcDimension(centerX, DimensionUnit::VP); in FfiPageTransitionScalePointer() local 61 NG::ScaleOptions option(static_cast<float>(x), static_cast<float>(y), static_cast<float>(z), cX, cY); in FfiPageTransitionScalePointer() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_canvas_test.cpp | 192 float cX = aX + len * std::sin(arc); in HWTEST_F() local 195 float bY = aY + std::sqrt((cX - dX) * (cX - dX) + (len / 2.0) * (len / 2.0)); in HWTEST_F() 200 OH_Drawing_PathLineTo(path, cX, cY); in HWTEST_F()
|
Completed in 5 milliseconds