/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_stats_combiner.cpp | 37 int32_t startIndex = stats->events_.FindBestIndex(beginTime); in combine() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_builder.h | 51 void SetStartIndex(int32_t startIndex) in SetStartIndex() argument
|
/foundation/arkui/ace_engine/frameworks/core/text/ |
H A D | text_emoji_processor.h | 25 int startIndex; member [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | line_typography.cpp | 28 size_t LineTypography::GetLineBreak(size_t startIndex, double width) const in GetLineBreak() argument 33 std::unique_ptr<TextLineBase> LineTypography::CreateLine(size_t startIndex, size_t count) in CreateLine() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_line_fetcher_impl.cpp | 25 size_t ParagraphLineFetcherImpl::GetLineBreak(size_t startIndex, SkScalar width) const in GetLineBreak() argument 29 std::unique_ptr<TextLineBase> ParagraphLineFetcherImpl::CreateLine(size_t startIndex, size_t count) in CreateLine() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_item_group_element.cpp | 90 void ListItemGroupElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_lineTypography.cpp | 47 size_t OH_Drawing_LineTypographyGetLineBreak(OH_Drawing_LineTypography *lineTypograph, size_t startIndex, double width) in OH_Drawing_LineTypographyGetLineBreak() argument 57 OH_Drawing_LineTypographyCreateLine(OH_Drawing_LineTypography *lineTypograph, size_t startIndex, size_t count) OH_Drawing_LineTypographyCreateLine() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_event_test_ng.cpp | 151 int32_t startIndex; in HWTEST_F() local 298 int32_t startIndex = -1; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/ |
H A D | swiper_element.cpp | 116 void SwiperElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() argument 122 render->OnDataSourceUpdated(ElementProxyHost::TotalCount(), startIndex); in OnDataSourceUpdated() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_element.cpp | 129 void WaterFlowElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_layout_wrapper_builder.h | 39 void UpdateIndexRange(int32_t startIndex, int32_t endIndex, const std::list<std::optional<std::string>>& ids) in UpdateIndexRange() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | element_proxy.h | 122 virtual void OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tab_content_proxy_element.cpp | 176 void TabContentProxyElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | list_adapter.h | 30 int16_t startIndex; // start index of list-item inside "For type" child member
|
H A D | list_component.cpp | 191 int16_t startIndex = JerryGetIntegerProperty(args[0], INDEX_SCROLLTO); in ListScrollTo() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_acceleration_structure_staging.cpp | 68 const uint32_t startIndex = static_cast<uint32_t>(geoms.size()); in BuildAccelerationStructure() local 93 const uint32_t startIndex = static_cast<uint32_t>(geoms.size()); in BuildAccelerationStructure() local 118 const uint32_t startIndex = static_cast<uint32_t>(geoms.size()); in BuildAccelerationStructure() local 143 const uint32_t startIndex in CopyAccelerationStructureInstanceData() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_lineTypography_test.cpp | 148 size_t startIndex = 0;
in HWTEST_F() local 170 size_t startIndex = 0;
in HWTEST_F() local 191 size_t startIndex = strlen(text) - 1;
in HWTEST_F() local 216 size_t startIndex = strlen(text);
in HWTEST_F() local 240 size_t startIndex = 0; HWTEST_F() local 263 size_t startIndex = 0; HWTEST_F() local 286 size_t startIndex = strlen(text) - 1; HWTEST_F() local 316 size_t startIndex = strlen(text); HWTEST_F() local 345 size_t startIndex = 0; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | line_metrics.h | 41 size_t startIndex = 0; member in OHOS::Rosen::SPText::LineMetrics
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | text_trace.h | 70 int startIndex = 0; in CutPrettyFunction() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | grid_element.cpp | 181 void GridElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_default_acceleration_structure_staging.cpp | 74 const uint32_t startIndex = geomRef.startIndex; in ExecuteFrame() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography.h | 101 size_t startIndex; member
|
/foundation/ability/idl_tool/idl_tool_2/preprocessor/ |
H A D | preprocessor.cpp | 137 size_t startIndex = info.filePath_.rfind(SEPARATOR);
in ParseFileDetail() local
|
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 156 size_t startIndex = 0; in HWTEST_F() local 171 size_t startIndex = 0; in HWTEST_F() local 186 size_t startIndex = 0; in HWTEST_F() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | uri_utils.cpp | 206 size_t startIndex = 0; in GetPermissionedUriList() local
|