Home
last modified time | relevance | path

Searched defs:SetPolygonPoints (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dpolygon_modifier.cpp24 void SetPolygonPoints(NodeHandle node, const double* pointX, const double* pointY, int32_t length) in SetPolygonPoints() function
Dapi.h1040 …void (*SetPolygonPoints)(NodeHandle node, const double* pointX, const double* pointY, int32_t leng… member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_polygon_bridge.cpp25 ArkUINativeModuleValue PolygonBridge::SetPolygonPoints(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPolygonPoints() function in OHOS::Ace::NG::PolygonBridge