Home
last modified time | relevance | path

Searched defs:start (Results 501 - 525 of 4110) sorted by relevance

1...<<21222324252627282930>>...165

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_motion.cpp25 SpringMotion::SpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in SpringMotion() argument
74 void SpringMotion::Reset(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in Reset() argument
98 ScrollSpringMotion::ScrollSpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in ScrollSpringMotion() argument
/foundation/arkui/ace_engine/adapter/preview/osal/advance/
H A Ddata_detector_mgr.cpp42 void DataDetectorMgr::AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) in AdjustWordSelection() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_marquee_ffi.cpp26 void FfiOHOSAceFrameworkMarqueeCreate(bool start, const char* src, double step, int32_t loop, bool fromStart) in FfiOHOSAceFrameworkMarqueeCreate() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_mgr.cpp84 void DataDetectorMgr::AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) in AdjustWordSelection() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_data_detector_mgr.cpp40 void DataDetectorMgr::AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) in AdjustWordSelection() argument
H A Dmock_text_editing_value.cpp49 void TextEditingValue::UpdateSelection(int32_t start, int32_t end) {} in UpdateSelection() argument
52 void TextEditingValue::UpdateCompose(int32_t start, int32_t end) {} in UpdateCompose() argument
77 void TextEditingValue::Delete(int32_t start, int32_t end) {} in Delete() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.h67 void SetNotifyDataChange(std::function<void(int32_t start, int32_t count)>&& func) in SetNotifyDataChange() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dlist_option.h40 ArkUI_ListItemSwipeActionItem* start; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list_item_group.cpp70 double start = GetLanes() > 1 ? crossSize / GetLanes() * lane + startMargin : startMargin; in PaintDivider() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dparagraph_manager_test_ng.cpp142 int32_t start; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_cursor_test.cpp375 int32_t start = 5; in HWTEST_F() local
419 int32_t start = 5; in HWTEST_F() local
445 int32_t start = 5; in HWTEST_F() local
481 int32_t start = 5; HWTEST_F() local
522 int32_t start = 5; HWTEST_F() local
559 int32_t start = 5; HWTEST_F() local
666 int32_t start = 6; HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp48 void UICircleProgress::GetStartEndAngle(int16_t& start, int16_t& end) const in GetStartEndAngle() argument
59 void UICircleProgress::GetAngleRange(int16_t& start, int16_t& end) const in GetAngleRange() argument
65 void UICircleProgress::GetRedrawAngle(int16_t& start, int16_t& end) const in GetRedrawAngle() argument
93 int16_t start; DrawCommonCircle() local
[all...]
H A Dtext_adapter.cpp205 void TextAdapter::SetData(int16_t start, int16_t end) in SetData() argument
H A Dui_axis.cpp103 Point start; in DrawAxisMark() local
187 Point start; in DrawAxisMark() local
[all...]
/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_manager.cpp34 int8_t GlyphsManager::SetFile(const char* fontName, int32_t fp, uint32_t start, uint16_t fileType) in SetFile() argument
/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dfile_img_decoder.cpp90 RetCode FileImgDecoder::ReadLine(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf) in ReadLine() argument
146 RetCode FileImgDecoder::ReadLineTrueColor(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf) in ReadLineTrueColor() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.h35 int16_t start; member
42 int16_t start; member
49 int16_t start; member
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_gradient_lut.h84 uint32_t start = static_cast<uint32_t>(colorProfile_[0].offset * colorLutSize_); in BuildLut() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_keyframe_animat_test.cpp76 int start = 1; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstring_utils.cpp73 std::string::size_type start; in SplitLine() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dconvert.cpp113 const int start = 1; // The starting position of string. in RemoveQuotes() local
H A Drun_impl.cpp75 std::vector<uint16_t> RunImpl::GetGlyphs(int64_t start, int64_t length) const in GetGlyphs() argument
83 std::vector<Drawing::Point> RunImpl::GetPositions(int64_t start, int64_t length) const in GetPositions() argument
103 std::vector<uint64_t> RunImpl::GetStringIndices(int64_t start, int64_t length) const in GetStringIndices() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Drun_impl.cpp78 std::vector<uint16_t> RunImpl::GetGlyphs(int64_t start, int64_t length) const in GetGlyphs() argument
86 std::vector<Drawing::Point> RunImpl::GetPositions(int64_t start, int64_t length) const in GetPositions() argument
106 std::vector<uint64_t> RunImpl::GetStringIndices(int64_t start, int64_t length) const in GetStringIndices() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp95 int start = 1; in HWTEST_F() local
/foundation/multimedia/media_foundation/src/common/
H A Dshare_memory.cpp61 size_t start = 0; in Write() local
78 size_t start = 0; in Read() local
[all...]

Completed in 9 milliseconds

1...<<21222324252627282930>>...165