Home
last modified time | relevance | path

Searched defs:offset (Results 18326 - 18350 of 18716) sorted by relevance

1...<<731732733734735736737738739740>>...749

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp849 auto offset = GetGraph()->GetRuntime()->GetArrayU16ClassPointerTlsOffset(GetGraph()->GetArch()); in EmitStringGetCharsTlab() local
866 auto offset = coretypes::String::GetHashcodeOffset(); in EmitStringHashCode() local
1454 void LLVMIrConstructor::CreateInterpreterReturnRestoreRegs(RegMask &regMask, size_t offset, bool fp) in CreateInterpreterReturnRestoreRegs() argument
1699 auto offset = builder_.CreateIntToPtr(zero, arrayType->getPointerTo()); in CreateResolveVirtualCallBuiltin() local
1864 llvm::Value *LLVMIrConstructor::CreateNewStringFromCharsTlab(Inst *inst, llvm::Value *offset, llvm::Value *length, in CreateNewStringFromCharsTlab() argument
2160 CreatePostWRB(Inst *inst, llvm::Value *mem, llvm::Value *offset, llvm::Value *value) CreatePostWRB() argument
3258 auto offset = isString ? runtime->GetStringLengthOffset(arch) : runtime->GetArrayLengthOffset(arch); VisitLenArray() local
3379 auto offset = ctor->builder_.CreateBinOp(llvm::Instruction::Add, indexOffset, ctor->builder_.getInt32(dataOff)); VisitStoreArray() local
3390 llvm::Value *offset; VisitLoad() local
3413 llvm::Value *offset; VisitStore() local
3517 auto offset = ctor->CreateEntrypointCall(entrypointId, inst, {ctor->GetMethodArgument(), typeId}); VisitResolveObjectField() local
3528 auto offset = ctor->GetInputValue(inst, 1); VisitLoadResolvedObjectField() local
3542 auto offset = ctor->GetInputValue(inst, 2); VisitStoreResolvedObjectField() local
3575 auto offset = ctor->GetInputValue(inst, 0); VisitLoadResolvedObjectFieldStatic() local
4276 auto offset = ctor->GetGraph()->GetRuntime()->GetCompiledEntryPointOffset(ctor->GetGraph()->GetArch()); VisitCallResolvedStatic() local
4370 auto offset = runtime->GetCompiledEntryPointOffset(ctor->GetGraph()->GetArch()); VisitCallResolvedVirtual() local
4493 auto offset = ctor->GetGraph()->GetRuntime()->GetFieldOffset(inst->CastToLoadStatic()->GetObjField()); VisitLoadStatic() local
4508 auto offset = runtime->GetFieldOffset(inst->CastToStoreStatic()->GetObjField()); VisitStoreStatic() local
4564 auto offset = runtime->GetArrayDataOffset(arch); VisitFillConstArray() local
4734 auto offset = ctor->GetGraph()->GetRuntime()->GetTlsPromiseClassPointerOffset(ctor->GetGraph()->GetArch()); VisitLoadRuntimeClass() local
4744 auto offset = ctor->GetGraph()->GetRuntime()->GetTlsUndefinedObjectOffset(ctor->GetGraph()->GetArch()); VisitLoadUndefined() local
4948 auto offset = -frameLayout.GetOffset<FP_ORIGIN, OFFSET_IN_BYTES>(slot); InsertArkFrameInfo() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h358 inline GateRef StubBuilder::Load(VariableType type, GateRef base, GateRef offset) in Load() argument
1626 GateRef offset = IntPtr(JSProxy::TARGET_OFFSET); in GetTarget() local
2065 GateRef offset = IntPtr(JSHClass::BIT_FIELD_OFFSET); in GetBitFieldFromHClass() local
2095 GateRef offset = IntPtr(JSHClass::BIT_FIELD_OFFSET); in SetBitFieldToHClass() local
2096 Store(VariableType::INT32(), glue, hClass, offset, bitfield); in SetBitFieldToHClass() local
2112 GateRef offset = IntPtr(JSHClass::PROTOTYPE_OFFSET); in SetPrototypeToHClass() local
2119 GateRef offset = IntPtr(JSHClass::PROTO_CHANGE_DETAILS_OFFSET); SetProtoChangeDetailsToHClass() local
2126 GateRef offset = IntPtr(JSHClass::LAYOUT_OFFSET); SetLayoutToHClass() local
2132 GateRef offset = IntPtr(JSHClass::ENUM_CACHE_OFFSET); SetEnumCacheToHClass() local
2138 GateRef offset = IntPtr(JSHClass::TRANSTIONS_OFFSET); SetTransitionsToHClass() local
2144 GateRef offset = IntPtr(JSHClass::PARENT_OFFSET); SetParentToHClass() local
2305 GateRef offset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); SetValueToTaggedArrayWithAttr() local
2313 GateRef offset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); SetValueToTaggedArrayWithRep() local
2322 GateRef offset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); SetValueToTaggedArray() local
2329 GateRef offset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); GetValueFromTaggedArray() local
2360 GateRef offset = PtrMul(ZExtInt32ToPtr(index), IntPtr(sizeof(int64_t))); GetValueFromMutantTaggedArray() local
2911 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); RegionInSpace() local
2935 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); RegionInSpace() local
2963 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); InSharedHeap() local
2981 auto offset = Region::PackedData::GetFlagsOffset(env_->Is32Bit()); InSharedSweepableSpace() local
3035 GateRef offset = IntPtr(SourceTextModule::SENDABLE_ENV_OFFSET); SetSendableEnvToModule() local
3037 Store(VariableType::JS_POINTER(), glue, module, offset, value, mAttr); SetSendableEnvToModule() local
3042 GateRef offset = IntPtr(JSFunction::HOME_OBJECT_OFFSET); GetHomeObjectFromJSFunction() local
3082 GateRef offset = IntPtr(JSFunction::LEXICAL_ENV_OFFSET); SetLexicalEnvToFunction() local
3083 Store(VariableType::JS_ANY(), glue, object, offset, lexicalEnv, mAttr); SetLexicalEnvToFunction() local
3089 GateRef offset = IntPtr(JSFunction::PROTO_TRANS_ROOT_HCLASS_OFFSET); SetProtoTransRootHClassToFunction() local
3090 Store(VariableType::JS_ANY(), glue, object, offset, hclass, mAttr); SetProtoTransRootHClassToFunction() local
3096 GateRef offset = IntPtr(JSFunction::PROTO_OR_DYNCLASS_OFFSET); SetProtoOrHClassToFunction() local
3097 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetProtoOrHClassToFunction() local
3102 GateRef offset = IntPtr(JSFunction::PROTO_OR_DYNCLASS_OFFSET); GetProtoOrHClass() local
3109 GateRef offset = IntPtr(JSTypedArray::TYPED_ARRAY_NAME_OFFSET); SetTypedArrayName() local
3110 Store(VariableType::JS_ANY(), glue, typedArray, offset, name, mAttr); SetTypedArrayName() local
3115 GateRef offset = IntPtr(JSTypedArray::CONTENT_TYPE_OFFSET); SetContentType() local
3116 Store(VariableType::INT8(), glue, typedArray, offset, type, MemoryAttribute::NoBarrier()); SetContentType() local
3122 GateRef offset = IntPtr(JSTypedArray::VIEWED_ARRAY_BUFFER_OFFSET); SetViewedArrayBufferOrByteArray() local
3123 Store(VariableType::JS_ANY(), glue, typedArray, offset, data, mAttr); SetViewedArrayBufferOrByteArray() local
3128 GateRef offset = IntPtr(JSTypedArray::BYTE_LENGTH_OFFSET); SetByteLength() local
3129 Store(VariableType::INT8(), glue, typedArray, offset, byteLength, MemoryAttribute::NoBarrier()); SetByteLength() local
3134 GateRef offset = IntPtr(JSTypedArray::BYTE_OFFSET_OFFSET); SetByteOffset() local
3135 Store(VariableType::INT8(), glue, typedArray, offset, byteOffset, MemoryAttribute::NoBarrier()); SetByteOffset() local
3140 GateRef offset = IntPtr(JSTypedArray::ARRAY_LENGTH_OFFSET); SetTypedArrayLength() local
3141 Store(VariableType::INT8(), glue, typedArray, offset, arrayLength, MemoryAttribute::NoBarrier()); SetTypedArrayLength() local
3147 GateRef offset = IntPtr(JSFunction::HOME_OBJECT_OFFSET); SetHomeObjectToFunction() local
3148 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetHomeObjectToFunction() local
3154 GateRef offset = IntPtr(JSFunction::ECMA_MODULE_OFFSET); SetModuleToFunction() local
3155 Store(VariableType::JS_POINTER(), glue, function, offset, value, mAttr); SetModuleToFunction() local
3161 GateRef offset = IntPtr(JSFunction::WORK_NODE_POINTER_OFFSET); SetWorkNodePointerToFunction() local
3162 Store(VariableType::NATIVE_POINTER(), glue, function, offset, value, mAttr); SetWorkNodePointerToFunction() local
3168 GateRef offset = IntPtr(JSFunctionBase::METHOD_OFFSET); SetMethodToFunction() local
3169 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetMethodToFunction() local
3188 GateRef offset = IntPtr(JSFunctionBase::LENGTH_OFFSET); SetLengthToFunction() local
3189 Store(VariableType::INT32(), glue, function, offset, value, MemoryAttribute::NoBarrier()); SetLengthToFunction() local
3200 GateRef offset = IntPtr(JSFunction::RAW_PROFILE_TYPE_INFO_OFFSET); SetRawProfileTypeInfoToFunction() local
3201 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetRawProfileTypeInfoToFunction() local
3206 GateRef offset = IntPtr(ProfileTypeInfoCell::VALUE_OFFSET); SetValueToProfileTypeInfoCell() local
3207 Store(VariableType::JS_POINTER(), glue, profileTypeInfoCell, offset, value); SetValueToProfileTypeInfoCell() local
3245 SetJSObjectTaggedField(GateRef glue, GateRef object, size_t offset, GateRef value) SetJSObjectTaggedField() argument
3295 GateRef offset = IntPtr(JSFunction::MACHINECODE_OFFSET); SetMachineCodeToFunction() local
3296 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetMachineCodeToFunction() local
3301 GateRef offset = IntPtr(JSThread::GlueData::GetGlobalObjOffset(env_->Is32Bit())); GetGlobalObject() local
3329 GateRef offset = PtrAdd(ZExtInt32ToPtr(index), GetBoxFromGlobalDictionary() local
3342 GateRef offset = IntPtr(JSObject::PROPERTIES_OFFSET); GetPropertiesFromJSObject() local
3480 GateRef offset = IntPtr(JSProxy::METHOD_OFFSET); GetMethodFromJSProxy() local
3486 GateRef offset = IntPtr(JSProxy::HANDLER_OFFSET); GetHandlerFromJSProxy() local
3492 GateRef offset = IntPtr(JSProxy::TARGET_OFFSET); GetTargetFromJSProxy() local
3515 GateRef offset = IntPtr(JSThread::GlueData::GetIsEnableElementsKindOffset(env_->Is32Bit())); IsEnableElementsKind() local
3827 GateRef offset = IntPtr(JSArrayBuffer::DATA_OFFSET); GetArrayBufferData() local
3833 GateRef offset = IntPtr(JSArrayBuffer::BYTE_LENGTH_OFFSET); GetArrayBufferByteLength() local
3839 GateRef offset = IntPtr(JSArrayBuffer::BYTE_LENGTH_OFFSET); SetArrayBufferByteLength() local
3840 Store(VariableType::INT32(), glue, buffer, offset, length); SetArrayBufferByteLength() local
3879 StoreWithoutBarrier(VariableType type, GateRef base, GateRef offset, GateRef value) StoreWithoutBarrier() argument
[all...]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dregs.h12 u32 offset; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c6399 int offset = 0; dhd_prot_txstatus_process() local
6728 int offset = 0; dhd_prot_txdata() local
6809 int offset = 0; dhd_prot_txdata() local
8911 uint16 offset; dhd_prot_dma_indx_set() local
8960 uint16 offset; dhd_prot_dma_indx_get() local
[all...]
H A Ddhd_pcie.c466 dhd_bus_pcie_pwr_req_wl_domain(struct dhd_bus *bus, uint offset, bool enable) in dhd_bus_pcie_pwr_req_wl_domain() argument
2845 int offset = 0; dhdpcie_download_code_file() local
4198 dhdpcie_bus_wtcm8(dhd_bus_t *bus, ulong offset, uint8 data) dhdpcie_bus_wtcm8() argument
4209 dhdpcie_bus_rtcm8(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm8() argument
4222 dhdpcie_bus_wtcm32(dhd_bus_t *bus, ulong offset, uint32 data) dhdpcie_bus_wtcm32() argument
4232 dhdpcie_bus_wtcm16(dhd_bus_t *bus, ulong offset, uint16 data) dhdpcie_bus_wtcm16() argument
4243 dhdpcie_bus_wtcm64(dhd_bus_t *bus, ulong offset, uint64 data) dhdpcie_bus_wtcm64() argument
4255 dhdpcie_bus_rtcm16(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm16() argument
4268 dhdpcie_bus_rtcm32(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm32() argument
4282 dhdpcie_bus_rtcm64(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm64() argument
[all...]
H A Dwl_android_ext.c6370 int offset; in wl_ext_wowl_pattern() local
H A Dwl_cfg80211.h653 u16 offset; member
H A Ddhd_sdio.c7408 uint16 offset; dhdsdio_testrcv() local
8984 int offset = 0; dhdsdio_download_code_file() local
9121 int offset = 0; dhdsdio_download_ucode_file() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c282 unsigned long offset; member
366 uint32_t offset; member
789 static inline void vop2_writel(struct vop2 *vop2, uint32_t offset, uint32_ argument
795 vop2_readl(struct vop2 *vop2, uint32_t offset) vop2_readl() argument
810 vop2_mask_write(struct vop2 *vop2, uint32_t offset, uint32_t mask, uint32_t shift, uint32_t v, bool write_mask, bool relaxed) vop2_mask_write() argument
1082 uint32_t offset = RK3568_SYS_STATUS0 + (vp->id << 0x2); vop2_read_vcnt() local
1591 vop2_write_lut(struct vop2 *vop2, uint32_t offset, uint32_t v) vop2_write_lut() argument
1596 vop2_read_lut(struct vop2 *vop2, uint32_t offset) vop2_read_lut() argument
3569 unsigned long offset; vop2_plane_atomic_check() local
4745 uint32_t offset; vop2_crtc_regs_dump() member
5558 u32 offset; vop2_crtc_load_pps() local
5608 u32 offset = 0; vop2_crtc_enable_dsc() local
6481 uint32_t offset = (cluster->main->phys_id * 0x10); vop2_setup_cluster_alpha() local
6578 uint32_t offset; vop2_setup_alpha() local
7721 u32 offset = dsc->regs->dsc_status.offset; vop2_dsc_isr() local
[all...]
H A Drockchip_drm_vop.h161 uint32_t offset; member
167 uint32_t offset : 17; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkisp3-config.h149 u16 offset; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c1239 proc_get_driver_variable(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_driver_variable() argument
1429 proc_get_tally_counter(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_tally_counter() argument
1509 proc_get_registers(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_registers() argument
1546 proc_get_pcie_phy(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_pcie_phy() argument
1582 proc_get_eth_phy(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_eth_phy() argument
1621 proc_get_extended_registers(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_extended_registers() argument
1668 proc_get_pci_registers(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_pci_registers() argument
[all...]
H A Dr8168.h788 u32 offset; member
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c298 unsigned long offset; member
382 uint32_t offset; member
814 static inline void vop2_writel(struct vop2 *vop2, uint32_t offset, uint32_ argument
820 vop2_readl(struct vop2 *vop2, uint32_t offset) vop2_readl() argument
836 vop2_mask_write(struct vop2 *vop2, uint32_t offset, uint32_t mask, uint32_t shift, uint32_t v, bool write_mask, bool relaxed) vop2_mask_write() argument
1099 uint32_t offset = RK3568_SYS_STATUS0 + (vp->id << 2); vop2_read_vcnt() local
1592 vop2_write_lut(struct vop2 *vop2, uint32_t offset, uint32_t v) vop2_write_lut() argument
1597 vop2_read_lut(struct vop2 *vop2, uint32_t offset) vop2_read_lut() argument
3576 unsigned long offset; vop2_plane_atomic_check() local
4756 uint32_t offset; vop2_crtc_regs_dump() member
5604 u32 offset; vop2_crtc_load_pps() local
5654 u32 offset = 0; vop2_crtc_enable_dsc() local
6523 uint32_t offset = (cluster->main->phys_id * 0x10); vop2_setup_cluster_alpha() local
6617 uint32_t offset; vop2_setup_alpha() local
7831 u32 offset = dsc->regs->dsc_status.offset; vop2_dsc_isr() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dregs.h12 u32 offset; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkisp3-config.h149 u16 offset; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp577 void FrameNode::GetOneDepthVisibleFrameWithOffset(std::list<RefPtr<FrameNode>>& children, OffsetF& offset) in GetOneDepthVisibleFrameWithOffset() argument
862 auto offset = GetOffsetRelativeToWindow(); in DumpSimplifyCommonInfo() local
2422 void FrameNode::OnGenerateOneDepthVisibleFrameWithOffset(std::list<RefPtr<FrameNode>>& visibleList, OffsetF& offset) in OnGenerateOneDepthVisibleFrameWithOffset() argument
2868 auto offset = GetPositionToScreen(); GetResponseRegionListForTouch() local
2896 auto offset = GetPositionToScreen(); GetResponseRegionListByTraversal() local
3137 auto offset = geometryNode_->GetFrameOffset(); GetOffsetRelativeToWindow() local
3196 auto offset = context->GetPaintRectWithoutTransform().GetOffset(); GetPositionToParentWithTransform() local
3232 OffsetF offset; GetPositionToWindowWithTransform() local
3305 auto offset = context->GetPaintRectWithTransform().GetOffset(); GetTransformRelativeOffset() local
3324 OffsetF offset = excludeSelf ? OffsetF() : context->GetPaintRectWithTransform().GetOffset(); GetPaintRectOffset() local
3343 OffsetF offset = excludeSelf ? OffsetF() : context->GetPaintRectWithoutTransform().GetOffset(); GetPaintRectOffsetNG() local
3434 auto offset = paintRect.GetOffset(); GetPaintRectCenter() local
3475 OffsetF offset = excludeSelf ? OffsetF() : context->GetPaintRectWithTranslate().first.GetOffset(); GetPaintRectGlobalOffsetWithTranslate() local
3496 OffsetF offset = context->GetPaintRectWithTransform().GetOffset(); GetPaintRectOffsetToPage() local
4582 auto offset = OffsetF(offsetX.ConvertToPx(), offsetY.ConvertToPx()); LayoutOverlay() local
4765 SearchExtensionElementInfoByAccessibilityIdNG( int64_t elementId, int32_t mode, int64_t offset, std::list<Accessibility::AccessibilityElementInfo>& output) SearchExtensionElementInfoByAccessibilityIdNG() argument
4773 SearchElementInfosByTextNG(int64_t elementId, const std::string& text, int64_t offset, std::list<Accessibility::AccessibilityElementInfo>& output) SearchElementInfosByTextNG() argument
4781 FindFocusedExtensionElementInfoNG( int64_t elementId, int32_t focusType, int64_t offset, Accessibility::AccessibilityElementInfo& output) FindFocusedExtensionElementInfoNG() argument
4789 FocusMoveSearchNG( int64_t elementId, int32_t direction, int64_t offset, Accessibility::AccessibilityElementInfo& output) FocusMoveSearchNG() argument
4797 TransferExecuteAction( int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, int64_t offset) TransferExecuteAction() argument
4888 auto offset = context->GetPaintRectWithTransform().GetOffset(); CalculateCachedTransformRelativeOffset() local
5113 auto offset = rect.GetOffset(); ApplyFrameNodeTranformToRect() local
5230 auto offset = rectToParent.GetOffset(); CalculateCacheVisibleRect() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp393 void UpdateContextMenuDisappearPositionAnimation(const RefPtr<FrameNode>& menu, const NG::OffsetF& offset, in UpdateContextMenuDisappearPositionAnimation() argument
432 ContextMenuSwitchDragPreviewScaleAnimationProc(const RefPtr<RenderContext>& dragPreviewContext, const RefPtr<RenderContext>& previewRenderContext, const RefPtr<FrameNode>& previewChild, const NG::OffsetF& offset, int32_t duration) ContextMenuSwitchDragPreviewScaleAnimationProc() argument
491 ContextMenuSwitchDragPreviewAnimationProc(const RefPtr<FrameNode>& menu, const RefPtr<NG::FrameNode>& dragPreviewNode, const NG::OffsetF& offset) ContextMenuSwitchDragPreviewAnimationProc() argument
627 UpdateContextMenuDisappearPosition( const NG::OffsetF& offset, float menuScale, bool isRedragStart, int32_t menuWrapperId) UpdateContextMenuDisappearPosition() argument
659 CalculateMenuPosition(const RefPtr<FrameNode>& menuWrapperNode, const OffsetF& offset) CalculateMenuPosition() argument
686 GetMenuPreviewCenter(NG::OffsetF& offset) GetMenuPreviewCenter() argument
710 ContextMenuSwitchDragPreviewAnimation(const RefPtr<NG::FrameNode>& dragPreviewNode, const NG::OffsetF& offset) ContextMenuSwitchDragPreviewAnimation() argument
2004 ShowMenuHelper(RefPtr<FrameNode>& menu, int32_t targetId, const NG::OffsetF& offset) ShowMenuHelper() argument
2033 ShowMenu(int32_t targetId, const NG::OffsetF& offset, RefPtr<FrameNode> menu) ShowMenu() argument
2065 ShowMenuInSubWindow(int32_t targetId, const NG::OffsetF& offset, RefPtr<FrameNode> menu) ShowMenuInSubWindow() argument
4438 float offset = 0.0f; PlaySheetTransition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6044 void WebDelegate::SetBoundsOrResize(const Size& drawSize, const Offset& offset, bool isKeyboard) in SetBoundsOrResize() argument
6911 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2256 void RosenRenderContext::UpdateTranslateInXY(const OffsetF& offset) in UpdateTranslateInXY() argument
2277 OffsetF offset; in GetShowingTranslateProperty() local
2301 OffsetF offset; GetTranslateXYProperty() local
2978 auto offset = GetOffsetValue({}); AdjustPaintRect() local
5520 auto offset = GetOffset(); global() local
6217 SetRenderFrameOffset(const OffsetF& offset) global() argument
6614 auto offset = GetOffset(); global() local
6759 auto offset = GetOffset(); global() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1818 void PipelineContext::SetRootRect(double width, double height, double offset) in SetRootRect() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp474 SetCalcDimension(std::optional<CalcDimension>& optDimension, const ArkUIStringAndFloat* options, ArkUI_Int32 optionsLength, ArkUI_Int32 offset) SetCalcDimension() argument
500 SetOptionalBorder(std::optional<Dimension>& optionalDimension, const ArkUI_Float32* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorder() argument
511 SetOptionalBorderColor( std::optional<Color>& optionalColor, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorderColor() argument
521 SetOptionalBorderStyle( std::optional<BorderStyle>& optionalStyle, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorderStyle() argument
531 SetBorderImageSlice(RefPtr<BorderImage>& borderImage, const std::vector<BorderImageDirection>& directions, const ArkUIStringAndFloat* options, ArkUI_Int32 optionsLength, ArkUI_Int32& offset) SetBorderImageSlice() argument
545 SetBorderImageRepeat(RefPtr<BorderImage>& borderImage, const ArkUIStringAndFloat* options, ArkUI_Int32 optionsLength, ArkUI_Int32& offset) SetBorderImageRepeat() argument
560 SetBorderImageWidth(RefPtr<BorderImage>& borderImage, const std::vector<BorderImageDirection>& directions, const ArkUIStringAndFloat* options, ArkUI_Int32 optionsLength, ArkUI_Int32& offset) SetBorderImageWidth() argument
574 SetBorderImageOutset(RefPtr<BorderImage>& borderImage, const std::vector<BorderImageDirection>& directions, const ArkUIStringAndFloat* options, ArkUI_Int32 optionsLength, ArkUI_Int32& offset) SetBorderImageOutset() argument
588 SetBorderImageFill(RefPtr<BorderImage>& borderImage, const ArkUIStringAndFloat* options, ArkUI_Int32 optionsLength, ArkUI_Int32& offset) SetBorderImageFill() argument
923 OffsetT<Dimension> offset; SetPositionEdges() local
1770 SetBorderWidth(const ArkUI_Float32* values, ArkUI_Int32 valuesSize, int32_t& offset, NG::BorderWidthProperty& borderWidth, ArkUI_Bool isLocalizedBorderWidth, FrameNode* frameNode) SetBorderWidth() argument
1789 SetBorderBorderRadius(const ArkUI_Float32* values, ArkUI_Int32 valuesSize, int32_t& offset, NG::BorderRadiusProperty& borderRadius, ArkUI_Bool isLocalizedBorderRadius, FrameNode* frameNode) SetBorderBorderRadius() argument
1849 int32_t offset = NUM_0; SetBorder() local
2323 OffsetT<Dimension> offset; SetOffsetEdges() local
3132 SetGridOffset(ArkUINodeHandle node, ArkUI_Int32 offset) SetGridOffset() argument
4644 int32_t offset = NUM_0; SetOutlineWidth() local
4747 int32_t offset = NUM_0; // offset for outline width and outline radius SetOutline() local
6098 int32_t offset = NUM_0; SetBorderDashParams() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1056 auto offset = frameNode->GetOffsetRelativeToWindow(); in HandleScaleGestureChange() local
1074 double offset = DEFAULT_PINCH_SCALE - scale; in getZoomOffset() local
1375 double offset = sqrt(offsetX * offsetX + offsetY * offsetY); HandleMouseClickEvent() local
1414 double offset = sqrt(offsetX * offsetX + offsetY * offsetY); HandleDoubleClickEvent() local
1529 auto offset = GetCoordinatePoint(); HandleOnDropMove() local
1819 auto offset = GetCoordinatePoint(); HandleOnDragEnter() local
1892 auto offset = GetCoordinatePoint(); HandleOnDragDrop() local
1949 auto offset = GetCoordinatePoint(); HandleOnDragLeave() local
1969 auto offset = GetCoordinatePoint(); HandleDragEnd() local
2238 auto offset = Offset(GetCoordinatePoint()->GetX(), GetCoordinatePoint()->GetY()); OnDirtyLayoutWrapperSwap() local
2350 auto offset = GetCoordinatePoint().value_or(OffsetF()); OnAreaChangedInner() local
3143 Offset offset = Offset(0, 0); InitInOfflineMode() local
3294 auto offset = Offset(GetCoordinatePoint()->GetX(), GetCoordinatePoint()->GetY()); UpdateWebLayoutSize() local
3490 auto offset = GetCoordinatePoint().value_or(OffsetF()); OnSelectHandleDone() local
3696 auto offset = GetCoordinatePoint().value_or(OffsetF()); ComputeTouchHandleRect() local
3933 auto offset = GetCoordinatePoint().value_or(OffsetF()); ComputeMouseClippedSelectionBounds() local
4209 auto offset = GetCoordinatePoint().value_or(OffsetF()); ComputeClippedSelectionBounds() local
4578 auto offset = GetCoordinatePoint().value_or(OffsetF()); RequestAutoFill() local
5008 auto offset = GetCoordinatePoint().value_or(OffsetF()); CalculateTooltipOffset() local
5071 auto offset = GetSelectPopupPostion(params->GetSelectMenuBound()); OnSelectPopupMenu() local
5359 auto offset = GetCoordinatePoint().value_or(OffsetF()); GetSelectPopupPostion() local
5695 HandleScroll(float offset, int32_t source, NestedState state, float velocity) HandleScroll() argument
5701 HandleScroll(RefPtr<NestableScrollContainer> parent, float offset, int32_t source, NestedState state) HandleScroll() argument
6013 float offset = expectedScrollAxis_ == Axis::HORIZONTAL ? x : y; FilterScrollEvent() local
6019 FilterScrollEventHandleOffset(float offset) FilterScrollEventHandleOffset() argument
6412 auto offset = host->GetTransformRelativeOffset(); SetTouchEventInfo() local
6526 GetWordSelection(const std::string& text, int8_t offset) GetWordSelection() argument
6590 auto offset = GetCoordinatePoint().value_or(OffsetF()); OnShowAutofillPopup() local
6894 auto offset = GetCoordinatePoint().value_or(OffsetF()); OnAccessibilityHoverEvent() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c2453 int offset; in rsm_load_seg_32() local
2475 int offset; in rsm_load_seg_64() local
[all...]

Completed in 184 milliseconds

1...<<731732733734735736737738739740>>...749