Searched refs:endx (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_axis_unit_test.cpp | 271 Point endx = axisX_->GetEndPoint(); in HWTEST_F() local 273 EXPECT_EQ(endx.y, startx.y); in HWTEST_F() 287 Point endx = axisY_->GetEndPoint(); in HWTEST_F() local 289 EXPECT_EQ(endx.x, startx.x); in HWTEST_F()
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/ |
H A D | paint.cpp | 203 void Paint::createLinearGradient(float startx, float starty, float endx, float endy) in createLinearGradient() argument 208 linearGradientPoint_.x1 = endx; in createLinearGradient()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_utils.h | 67 uint32_t endx = 0; member
|
H A D | js_component_test_tester.cpp | 634 COMPONENT_TEST_NAPI_ASSERT_CUSTOM(env, CheckAndParseUInt32(env, argv[ARG_COUNT_TWO], asyncContext->endx, errMsg), in JSDrag() 654 asyncContext->testerImpl->DragImpl(asyncContext->x, asyncContext->y, asyncContext->endx, asyncContext->endy, in JSDrag()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 461 void createLinearGradient(float startx, float starty, float endx, float endy);
|
Completed in 4 milliseconds