Home
last modified time | relevance | path

Searched refs:hasOffset (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp1696 bool hasOffset = false; in GetValue() local
1697 napi_has_named_property(env, in, "offset", &hasOffset); in GetValue()
1698 if (hasOffset) { in GetValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2941 bool hasOffset = HasOffset() || HasOffsetEdges(); in AdjustPaintRect() local
2942 if (!HasAnchor() && !hasOffset && !hasPosition) { in AdjustPaintRect()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1453 * option[9]: hasOffset
1472 auto hasOffset = options[NUM_9]; in SetOverlay() local
1483 if (static_cast<bool>(hasOffset)) { in SetOverlay()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js811 this.value.offsetX, this.value.offsetY, this.value.hasOptions, this.value.hasOffset);
15475 this.hasOffset = undefined;
15486 this.hasOffset = true;
15501 (this.hasOptions === another.hasOptions) && (this.hasOffset === another.hasOffset));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2664 auto hasOffset = (hasOffsetArg->IsBoolean()) ? hasOffsetArg->ToBoolean(vm)->Value(): false; in SetOverlay() local
2675 options.push_back(static_cast<ArkUI_Float32>(hasOffset)); in SetOverlay()

Completed in 67 milliseconds