Home
last modified time | relevance | path

Searched defs:offset (Results 6401 - 6425 of 6855) sorted by relevance

1...<<251252253254255256257258259260>>...275

/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp394 void PipelineContext::SetRootRect(double width, double height, double offset) {} in SetRootRect() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h222 void SetAbsolutePosition(const Offset& offset) in SetAbsolutePosition() argument
704 auto offset = GetGlobalOffset(); in GetOffsetToStage() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1699 void WebDelegateCross::SetBoundsOrResize(const Size& drawSize, const Offset& offset) in SetBoundsOrResize() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2209 void PipelineContext::SetRootSizeWithWidthHeight(int32_t width, int32_t height, int32_t offset) in SetRootSizeWithWidthHeight() argument
2542 void PipelineContext::ShowShadow(const RRect& rrect, const Offset& offset, const Rect& clipRect) const in ShowShadow() argument
2352 ShowFocusAnimation( const RRect& rrect, const Color& color, const Offset& offset, bool isIndented) const ShowFocusAnimation() argument
2358 ShowFocusAnimation( const RRect& rrect, const Color& color, const Offset& offset, const Rect& clipRect) const ShowFocusAnimation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp232 bool ScrollablePattern::OnScrollCallback(float offset, int32_t source) in OnScrollCallback() argument
248 float ScrollablePattern::ProcessNavBarReactOnUpdate(float offset) in ProcessNavBarReactOnUpdate() argument
260 bool ScrollablePattern::OnScrollPosition(double& offset, int32_t source) in OnScrollPosition() argument
308 RefreshCoordinationMode ScrollablePattern::CoordinateWithRefresh(double& offset, int32_ argument
357 CoordinateWithSheet(double& offset, int32_t source, bool isAtTop) CoordinateWithSheet() argument
385 CoordinateWithNavigation(double& offset, int32_t source, bool isAtTop) CoordinateWithNavigation() argument
845 HandleFadeEffect(float offset, int32_t source, const SizeF& size, bool isNotPositiveScrollableDistance) HandleFadeEffect() argument
853 HandleEdgeEffect(float offset, int32_t source, const SizeF& size) HandleEdgeEffect() argument
1073 UpdateScrollBarRegion(float offset, float estimatedHeight, Size viewPort, Offset viewOffset) UpdateScrollBarRegion() argument
1416 GetScrollDelta(float offset, bool& stopAnimation) GetScrollDelta() argument
1710 auto offset = GetOutOfScrollableOffset(); SelectWithScroll() local
1820 auto offset = GetOutOfScrollableOffset(); ShouldSelectScrollBeStopped() local
1831 UpdateMouseStart(float offset) UpdateMouseStart() argument
1842 auto offset = 0.0f; GetOutOfScrollableOffset() local
1916 HandleScrollImpl(float offset, int32_t source) HandleScrollImpl() argument
2028 HandleScrollParentFirst(float& offset, int32_t source, NestedState state) HandleScrollParentFirst() argument
2072 HandleScrollSelfFirst(float& offset, int32_t source, NestedState state) HandleScrollSelfFirst() argument
2115 HandleScrollSelfOnly(float& offset, int32_t source, NestedState state) HandleScrollSelfOnly() argument
2146 HandleScrollParallel(float& offset, int32_t source, NestedState state) HandleScrollParallel() argument
2187 HandleOutBoundary(float& offset, int32_t source, NestedState state, ScrollResult& result) HandleOutBoundary() argument
2212 HandleScroll(float offset, int32_t source, NestedState state, float velocity) HandleScroll() argument
2368 auto offset = Dimension(mainDelta / context->GetDipScale(), DimensionUnit::VP); ExecuteScrollFrameBegin() local
2768 auto offset = 0.f; IsInHotZone() local
3018 NeedCoordinateScrollWithNavigation( double offset, int32_t source, const OverScrollOffset& overOffsets) NeedCoordinateScrollWithNavigation() argument
3779 UpdateNestedScrollVelocity(float offset, NestedState state) UpdateNestedScrollVelocity() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1971 void TabBarPattern::UpdateCurrentOffset(float offset) in UpdateCurrentOffset() argument
2453 void TabBarPattern::UpdateIndicatorCurrentOffset(float offset) in UpdateIndicatorCurrentOffset() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1098 float offset = in OnDirtyLayoutWrapperSwap() local
1319 void SwiperPattern::HandleSwiperCustomAnimation(float offset) in HandleSwiperCustomAnimation() argument
1418 CalculateAndUpdateItemInfo(float offset) CalculateAndUpdateItemInfo() argument
1501 auto offset = Dimension(item.second.startPos, DimensionUnit::PX).ConvertToVp(); FireSwiperCustomAnimationEvent() local
1543 auto offset = Dimension(item.second.startPos, DimensionUnit::PX).ConvertToVp(); FireContentDidScrollEvent() local
2433 CheckOverScroll(float offset) CheckOverScroll() argument
2460 SpringOverScroll(float offset) SpringOverScroll() argument
2506 FadeOverScroll(float offset) FadeOverScroll() argument
3139 UpdateTranslateForCaptureNode(const OffsetF& offset, bool cancel) UpdateTranslateForCaptureNode() argument
3175 UpdateTranslateForSwiperItem(SwiperLayoutAlgorithm::PositionMap& itemPosition, const OffsetF& offset, bool cancel) UpdateTranslateForSwiperItem() argument
3231 OffsetF offset; PlayPropertyTranslateAnimation() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp379 auto offset = textFieldController->GetCaretPosition(); in GetTextInputCaretOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h472 void SetMovingCaretOffset(const OffsetF& offset) in SetMovingCaretOffset() argument
856 Offset offset = localOffset - Offset(offsetX, offsetY); variable
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3035 int32_t offset = 0; in HandleGetMediaData() local
3599 int32_t offset = 0; in WriteParcelableIntoAshmem() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp65 uint32_t offset; member
648 ValidateCopyImage(const Offset3D& offset, const Size3D& extent, uint32_t mipLevel, const GpuImageDesc& imageDesc) ValidateCopyImage() argument
685 ClampSize(int32_t offset, uint32_t maxSize, uint32_t& size) ClampSize() argument
692 ClampSize(const Offset3D& offset, const GpuImageDesc& desc, Size3D& size) ClampSize() argument
1101 const void* offset = reinterpret_cast<const void*>(offsetp); RenderCommandDraw() local
1149 auto offset = static_cast<GLintptr>(renderCmd.offset); RenderCommandDrawIndirect() local
1647 uintptr_t offset = currVb.bufferOffset; RenderCommandBindVertexBuffers() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1313 uint32_t offset; global() member
[all...]
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c3447 static int32_t SinkProcessMsg(pa_msgobject *o, int32_t code, void *data, int64_t offset, in SinkProcessMsg() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h358 void SetOffSetX(int32_t offset) in SetOffSetX() argument
373 void SetOffSetY(int32_t offset) in SetOffSetY() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp83 uint32_t offset; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp250 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, in Create() argument
257 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, in Create() argument
409 int offset = info.offset_; in Create() local
560 bool PixelMap::CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, in CheckParams() argument
1612 CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region) CheckPixelsInput() argument
1667 ReadPixels(const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region, uint8_t *dst) ReadPixels() argument
1793 WritePixels(const uint8_t *source, const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region) WritePixels() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp797 GetAllDuplicateAssets(const vector<string> &columns, const int offset, const int limit) GetAllDuplicateAssets() argument
828 GetOtherDuplicateAssets(const vector<string> &columns, const int offset, const int limit) GetOtherDuplicateAssets() argument
H A Dmedialibrary_photo_operations.cpp341 int offset = predicates.GetOffset(); in Query() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp2328 int offset = 1; // offset [SRES Length] in GetGsmAuthResponseWithLength() local
2561 int offset = UMTS_AUTH_CHALLENGE_DATA_START_IDNEX + 1; in ParseAndFillUmtsAuthParam() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1587 off_t offset = PARAM_10; in Pread() local
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1524 int offset = QPEL_EXTRA_BEFORE * srcstride + (QPEL_EXTRA_BEFORE << s->ps.sps->pixel_shift); in luma_mc_uni() local
1590 int offset = QPEL_EXTRA_BEFORE * src0stride + (QPEL_EXTRA_BEFORE << s->ps.sps->pixel_shift); in luma_mc_bi() local
1607 int offset = QPEL_EXTRA_BEFORE * src1stride + (QPEL_EXTRA_BEFORE << s->ps.sps->pixel_shift); luma_mc_bi() local
2636 int64_t offset; hls_slice_data_wpp() local
[all...]
H A Dhevcdec.h301 int * offset; member
H A Dvp3.c1911 int offset[AV_NUM_DATA_POINTERS]; in vp3_draw_horiz_band() local
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2803 Dwarf_Off offset = 0; variable
/third_party/ffmpeg/libavformat/
H A Dmpegts.c345 uint32_t offset = 0; in mpegts_get_drm_info() local
439 uint32_t offset = 0; mpegts_get_cenc_info() local
610 mpegts_drm_remove_ambiguity_bytes(uint8_t *data, uint32_t *data_size, uint32_t offset) mpegts_drm_remove_ambiguity_bytes() argument
634 uint32_t offset = *pos; mpegts_drm_get_key_id() local
665 uint32_t offset = *pos; mpegts_drm_get_iv() local
688 uint32_t offset = *pos; mpegts_drm_parse_drm_descriptor() local
1018 int len, offset; write_section_data() local
[all...]

Completed in 103 milliseconds

1...<<251252253254255256257258259260>>...275