Searched refs:setMask (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.cpp | 106 return impl->getDialogAPI()->setMask(handle->controller, maskColor, &rect); in SetMask() 108 return impl->getDialogAPI()->setMask(handle->controller, maskColor, nullptr); in SetMask()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_dialog.h | 142 int32_t (*setMask)(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* maskRect); member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 3334 ArkUI_Int32 (*setMask)(ArkUIDialogHandle handle, ArkUI_Uint32 maskColor, ArkUIRect* rect);
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 5166 ArkUI_Int32 (*setMask)(ArkUIDialogHandle handle, ArkUI_Uint32 maskColor, ArkUIRect* rect); member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 1499 getUINativeModule().common.setMask(node, this.value);
|
Completed in 54 milliseconds