Searched refs:endy (Results 1 - 4 of 4) sorted by relevance
/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 209 linearGradientPoint_.y1 = endy; in createLinearGradient()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_utils.h | 68 uint32_t endy = 0; member
|
H A D | js_component_test_tester.cpp | 636 COMPONENT_TEST_NAPI_ASSERT_CUSTOM(env, CheckAndParseUInt32(env, argv[ARG_COUNT_THREE], asyncContext->endy, 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