Searched refs:commonShape (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkCommonShape.ts | 99 getUINativeModule().commonShape.resetStrokeDashArray(node); 117 getUINativeModule().commonShape.resetStroke(node); 135 getUINativeModule().commonShape.resetFill(node); 137 getUINativeModule().commonShape.setFill(node, this.value); 171 getUINativeModule().commonShape.resetStrokeLineCap(node); 213 getUINativeModule().commonShape.resetFillOpacity(node); 230 getUINativeModule().commonShape.resetStrokeOpacity(node); 247 getUINativeModule().commonShape.resetStrokeWidth(node); 261 getUINativeModule().commonShape.resetAntiAlias(node); 275 getUINativeModule().commonShape.resetHeight(node); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 4695 auto commonShape = panda::ObjectRef::New(vm); in RegisterCommonShapeAttributes() local 4704 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "setFillOpacity"), in RegisterCommonShapeAttributes() 4716 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "setAntiAlias"), in RegisterCommonShapeAttributes() 4720 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "setStroke"), in RegisterCommonShapeAttributes() 4722 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetStroke"), in RegisterCommonShapeAttributes() 4724 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "setFill"), in RegisterCommonShapeAttributes() 4726 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetFill"), in RegisterCommonShapeAttributes() 4740 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "setHeight"), in RegisterCommonShapeAttributes() 4742 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetHeight"), in RegisterCommonShapeAttributes() 4744 commonShape->Set(vm, panda::StringRef::NewFromUtf8(vm, "setWidth"), in RegisterCommonShapeAttributes() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 29693 getUINativeModule().commonShape.resetStroke(node); 29710 getUINativeModule().commonShape.resetFill(node); 29713 getUINativeModule().commonShape.setFill(node, this.value); 29744 getUINativeModule().commonShape.resetStrokeLineCap(node); 29758 getUINativeModule().commonShape.resetStrokeLineJoin(node); 29786 getUINativeModule().commonShape.resetFillOpacity(node); 29803 getUINativeModule().commonShape.resetStrokeOpacity(node); 29820 getUINativeModule().commonShape.resetStrokeWidth(node); 29834 getUINativeModule().commonShape.resetAntiAlias(node); 29848 getUINativeModule().commonShape.resetHeight(node); [all …]
|