Home
last modified time | relevance | path

Searched defs:start (Results 1151 - 1175 of 3689) sorted by relevance

1...<<41424344454647484950>>...148

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_method.cpp240 const Offset start = Offset(strokeSize * CHECK_MARK_START_X_POSITION, strokeSize * CHECK_MARK_START_Y_POSITION); in DrawCheck() local
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp417 auto start = AceType::MakeRefPtr<Keyframe<Color>>(0.0f, from); in CreateColorAnimation() local
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Ddata_detector_adapter.h42 int32_t start = 0; member
H A Dai_write_adapter.h41 int32_t start = 0; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp103 int32_t start = -1; in GetRectsForRange() local
H A Djs_list_item_group.cpp54 bool ParseChange(const JSRef<JSObject>& changeObject, const float defaultSize, int32_t& start, in ParseChange() argument
142 int32_t start = 0; in SetChildrenMainSize() local
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp122 void TextEditingValue::UpdateSelection(int32_t start, int32_t end) in UpdateSelection() argument
134 void TextEditingValue::UpdateCompose(int32_t start, int32_t end) in UpdateCompose() argument
148 int32_t start = selection.GetStart(); in SelectionAwareTextManipulation() local
190 int32_t start = selection.GetStart(); GetBeforeSelection() local
206 int32_t start = selection.GetStart(); GetSelectedText() local
226 int32_t start = textSelection.GetStart(); GetSelectedText() local
261 Delete(int32_t start, int32_t end) Delete() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp94 ConvertRegionUtf8ToUtf16( const uint8_t* mutf8In, uint16_t* utf16Out, size_t mutf8Len, size_t utf16Len, size_t start) ConvertRegionUtf8ToUtf16() argument
191 DebuggerConvertRegionUtf16ToUtf8(const uint16_t* utf16In, uint8_t* utf8Out, size_t utf16Len, size_t utf8Len, size_t start) DebuggerConvertRegionUtf16ToUtf8() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcard_transition_controller.cpp225 auto start = (event_ == TransitionEvent::PUSH_START) ? 0.0 : height; in CreateCardListAnimation() local
269 auto start = (event_ == TransitionEvent::PUSH_START) ? 0.0 : shiftHeight; in CreateExternalAnimation() local
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng_two.cpp826 auto start = CalcDimension(3.0); in HWTEST_F() local
887 auto start = CalcDimension(3.0); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp262 int32_t start = 100; in HWTEST_F() local
932 int32_t start = 1; in HWTEST_F() local
959 int32_t start = -1; in HWTEST_F() local
988 int32_t start = 1; in HWTEST_F() local
1026 int32_t start = 2; HWTEST_F() local
1066 int32_t start = 2; HWTEST_F() local
1105 int32_t start = 2; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h62 float start; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list.cpp195 double start = crossSize / GetLanes() * lane + startMargin; in PaintDivider() local
203 double start = crossSize / GetLanes() * lane + startMargin; in PaintDivider() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp225 void UINodeAdapter::NotifyItemChanged(uint32_t start, uint32_t count) in NotifyItemChanged() argument
232 void UINodeAdapter::NotifyItemInserted(uint32_t start, uint32_t count) in NotifyItemInserted() argument
246 void UINodeAdapter::NotifyItemRemoved(uint32_t start, uint32_t count) in NotifyItemRemoved() argument
H A Dmarquee_modifier.cpp202 void SetMarqueePlayerStatus(ArkUINodeHandle node, ArkUI_Bool start) in SetMarqueePlayerStatus() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_time_picker.cpp122 void UITimePicker::InitPicker(UIPicker*& picker, int16_t start, int16_t end) in InitPicker() argument
193 void UITimePicker::GetValueByIndex(char* value, uint8_t len, uint16_t index, int16_t start, int16_t end) in GetValueByIndex() argument
H A Dui_picker.cpp173 bool UIPicker::SetValues(int16_t start, int16_t end) in SetValues() argument
204 bool UIPicker::RefreshValues(int16_t start, int16_t end) in RefreshValues() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp83 int32_t start = 1; in HWTEST_F() local
H A Dtext_area_menu_test.cpp257 auto start = 5; in HWTEST_F() local
296 auto start = 5; in HWTEST_F() local
338 auto start = 5; HWTEST_F() local
505 auto start = 5; HWTEST_F() local
552 auto start = 5; HWTEST_F() local
602 auto start = 5; HWTEST_F() local
641 int32_t start = 0; HWTEST_F() local
702 int32_t start = 0; HWTEST_F() local
766 int32_t start = 0; HWTEST_F() local
833 int32_t start = 0; HWTEST_F() local
910 int32_t start = 0; HWTEST_F() local
990 int32_t start = 0; HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h23 uint16_t start; member
32 uint16_t start; member
38 uint16_t start; member
44 int16_t start; member
50 int16_t start; member
56 int16_t start; member
68 StyleSpan(TextStyle textStyle, uint16_t start, uint16_t end) in StyleSpan() argument
/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp38 DrawLine(BufferInfo& dst, const Point& start, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawLine() argument
60 DrawCubicBezier(BufferInfo& dst, const Point& start, const Point& control1, const Point& control2, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawCubicBezier() argument
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h57 uint32_t start; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp178 size_t start = 0; in ParseExtensions() local
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp149 auto start = high_resolution_clock::now(); in StartCapture() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_particle_animate_test.cpp627 Color start; in HWTEST_F() local

Completed in 21 milliseconds

1...<<41424344454647484950>>...148