Home
last modified time | relevance | path

Searched refs:index (Results 5501 - 5525 of 11985) sorted by relevance

1...<<221222223224225226227228229230>>...480

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h95 const size_t index; member
97 IndexAndAffinity(size_t pos, Affinity affinity) : index(pos), affinity(affinity) {} in IndexAndAffinity()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp124 auto index = std::to_string(i); in GetColors() local
125 jsonColors->Put(index.c_str(), jsonObject); in GetColors()
H A Ddata_panel_composed_element.cpp65 auto index = std::to_string(i); in GetValues() local
67 jsonDashArray->Put(index.c_str(), value); in GetValues()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dscroller_modifier.cpp37 void SetScrollToIndex(ArkUINodeHandle node, ArkUI_Int32 index, ArkUI_Bool smooth, in SetScrollToIndex() argument
42 scrollController->ScrollToIndex(index, smooth, static_cast<ScrollAlign>(align), std::nullopt); in SetScrollToIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_content_modifier.cpp78 auto index = customSpanPlaceholder.customSpanIndex; in PaintCustomSpan() local
79 const auto& rect = rectsForPlaceholders.at(index); in PaintCustomSpan()
H A Dparagraph_manager.h63 OffsetF ComputeCursorOffset(int32_t index, float& selectLineHeight, bool downStreamFirst = false,
65 OffsetF ComputeCursorInfoByClick(int32_t index, float& selectLineHeight, const OffsetF& lastTouchOffset) const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_paint_method.h43 const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index) override;
77 float endCenterX, float space, int32_t index) override;
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.h133 RefPtr<RenderListItem> RequestListItem(size_t index, bool atStart);
136 void RecycleListItem(size_t index);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_paint_property.h85 auto index = std::to_string(i); variable
87 jsonValueArray->Put(index.c_str(), value.c_str());
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dresource_info.cpp110 std::string index = key.substr(0, pos); in InnerParseAppIndex() local
111 if (!OHOS::StrToInt(index, appIndex_)) { in InnerParseAppIndex()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h155 * @brief Sets the index for the current tab.
157 * @param index Indicates the index of a view.
163 void SetCurrentPage(uint16_t index, bool needAnimator = false);
166 * @brief Obtains the current tab index.
168 * @return Returns the current tab index.
241 * @brief Obtains a view based on its index.
243 * @param Indicates the index of a view.
248 UIView* GetViewByIndex(uint16_t index) const;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h27 int index = 0; member
160 void RemoveCall(int index) in RemoveCall() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_light_helper.h55 uint32_t index { 0u };
64 sortedFlags[idx].index = idx; in SortLights()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_policy_provider.h86 static bool GetVolumeIndex(AudioVolumeType streamType, DeviceGroup deviceGroup, size_t &index) in GetVolumeIndex() argument
93 index = tempIndex; in GetVolumeIndex()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Ddemuxer_plugin.h164 const uint64_t relativePresentationTimeUs, uint32_t &index) = 0;
167 const uint32_t index, uint64_t &relativePresentationTimeUs) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.h45 IObject::Ptr GetAt(SizeType index) const override;
48 bool Remove(SizeType index) override;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dintf_node_private.h49 virtual void SetIndex(size_t index) = 0;
53 virtual void RemoveIndex(size_t index) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.h49 bool Insert(IContainer::SizeType index, const IObject::Ptr& object) override;
50 bool Remove(IContainer::SizeType index) override;
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.h63 Status GetParameter(uint32_t index, AudioCodecOmxParam &param);
65 Status SetParameter(uint32_t index, const std::vector<int8_t> &paramVec);
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dtypeface_font_asset_provider_test.cpp58 int index = typefaceFontAssetProvider_->GetFamilyCount() + 1; in HWTEST_F() local
59 EXPECT_EQ(typefaceFontAssetProvider_->GetFamilyName(index), ""); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp30 size_t index = 0; in CreateEmitter() local
35 particleRenderParams->SetImageIndex(index++); in CreateEmitter()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtext_line_base.cpp118 double TextLineBaseImpl::GetOffsetForStringIndex(int32_t index) const in GetOffsetForStringIndex()
123 return textlinebase_->GetOffsetForStringIndex(index); in GetOffsetForStringIndex()
H A Dtypography.h49 float DetectIndents(size_t index) override;
59 Boundary GetWordBoundaryByIndex(size_t index) override;
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dtext_line_impl.cpp121 double TextLineImpl::GetOffsetForStringIndex(int32_t index) const in GetOffsetForStringIndex()
127 return textLineBase_->getOffsetForStringIndex(index); in GetOffsetForStringIndex()
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test.cpp145 auto index = tPath.substr(1).find_first_of("/"); in ReplaceBundleNameFromPath() local
146 auto bundleName = tPath.substr(1, index); in ReplaceBundleNameFromPath()

Completed in 16 milliseconds

1...<<221222223224225226227228229230>>...480