/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_properties.h | 95 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 D | gauge_composed_element.cpp | 124 auto index = std::to_string(i); in GetColors() local 125 jsonColors->Put(index.c_str(), jsonObject); in GetColors()
|
H A D | data_panel_composed_element.cpp | 65 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 D | scroller_modifier.cpp | 37 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 D | rich_editor_content_modifier.cpp | 78 auto index = customSpanPlaceholder.customSpanIndex; in PaintCustomSpan() local 79 const auto& rect = rectsForPlaceholders.at(index); in PaintCustomSpan()
|
H A D | paragraph_manager.h | 63 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 D | overlength_dot_indicator_paint_method.h | 43 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 D | render_list_item_group.h | 133 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 D | shape_container_paint_property.h | 85 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 D | resource_info.cpp | 110 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 D | ui_swipe_view.h | 155 * @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 D | telephone_service.h | 27 int index = 0; member 160 void RemoveCall(int index) in RemoveCall() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_light_helper.h | 55 uint32_t index { 0u }; 64 sortedFlags[idx].index = idx; in SortLights()
|
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | i_policy_provider.h | 86 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 D | demuxer_plugin.h | 164 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 D | container_base.h | 45 IObject::Ptr GetAt(SizeType index) const override; 48 bool Remove(SizeType index) override;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | intf_node_private.h | 49 virtual void SetIndex(size_t index) = 0; 53 virtual void RemoveIndex(size_t index) = 0;
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | attachment_container.h | 49 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 D | hdi_codec.h | 63 Status GetParameter(uint32_t index, AudioCodecOmxParam ¶m); 65 Status SetParameter(uint32_t index, const std::vector<int8_t> ¶mVec);
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | typeface_font_asset_provider_test.cpp | 58 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 D | rs_render_particle_system.cpp | 30 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 D | text_line_base.cpp | 118 double TextLineBaseImpl::GetOffsetForStringIndex(int32_t index) const
in GetOffsetForStringIndex() 123 return textlinebase_->GetOffsetForStringIndex(index);
in GetOffsetForStringIndex()
|
H A D | typography.h | 49 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 D | text_line_impl.cpp | 121 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 D | external_file_access_test.cpp | 145 auto index = tPath.substr(1).find_first_of("/"); in ReplaceBundleNameFromPath() local 146 auto bundleName = tPath.substr(1, index); in ReplaceBundleNameFromPath()
|